Created
November 18, 2015 02:05
-
-
Save marchbold/e28ac6d99589c6200594 to your computer and use it in GitHub Desktop.
Creating / retrieving a Tracker and setting a value using the GoogleAnalytics ANE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var tracker:Tracker = GoogleAnalytics.service.getTracker( "YOUR_TRACKING_ID" ); | |
// Set a value that will be sent with every message | |
tracker.setValue( "&uid", "userIdString" ); | |
// com.distriqt.GoogleAnalytics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment