Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to log transaction data to GA E-Commerce using C#

Currently am using GTag to log the purchase data to Google Analytics E-Commerce. Am using Standard E-Commerce. Now am going to move this process as post processing. (i.e) Need to log the purchase data to GA E-Commerce using C# application. Is there any C# API provided by Google for this process?

like image 926
Dinesh M Avatar asked Nov 07 '22 12:11

Dinesh M


1 Answers

Take a look at The Google Analytics Measurement Protocol (https://developers.google.com/analytics/devguides/collection/protocol/v1/).

It is working with ecommerce data as well: https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide#ecom

like image 133
Maciej Harbuz Avatar answered Nov 12 '22 15:11

Maciej Harbuz