Created
June 4, 2011 01:17
startTrackerWithAccountID
This file contains 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
// ****************************************************************** | |
// 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