MrBeastsOnToast
Supreme Member
- Dec 17, 2011
- 1,359
- 606
So is this just 100% API? No trickery, 100% Legit?
So is this just 100% API? No trickery, 100% Legit?
From https://developers.google.com/analytics/devguides/collection/upgrade/reference/gajs-analyticsjs
New Format...
ga('send','event','category','action','opt_label', opt_value,{'nonInteraction':1});
Old Format...
gaq.push(['_trackEvent','category','action','opt_label', opt_value, opt_noninteraction]);
ga(['send','event', 'Time', 'Log', tos]);