Ed
Results
2
issues of
Ed
Hi, How can I use it to read the "Google Analytics Measurement Protocol"? That is: receive GA data on the server and put it in my own DB? - Ed
Retrieval of the tracker instance through the callback, see: ga(function(tracker) { console.log(tracker.get('clientId')); }); Ref: https://developers.google.com/analytics/devguides/collection/analyticsjs/command-queue-reference How should this be done ?