Skip to content

Instantly share code, notes, and snippets.

@edwardinubuntu
Created June 4, 2011 01:17
startTrackerWithAccountID
// ******************************************************************
// PLEASE REPLACE WITH YOUR ACCOUNT DETAILS.
// ******************************************************************
// Dispatch period in seconds
const NSInteger kGANDispatchPeriodSec = 10;
[[GANTracker sharedTracker] startTrackerWithAccountID:@"UA-0000000-1"
dispatchPeriod:kGANDispatchPeriodSec delegate:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment