-
-
Save gclsoft/48ade238fbfe6b4f384a to your computer and use it in GitHub Desktop.
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
// Capture author info & user status | |
NSDictionary *articleParams = [NSDictionary dictionaryWithObjectsAndKeys: | |
@"John Q", @"Author", | |
@"Registered", @"User_Status", | |
nil]; | |
[Flurry logEvent:@"Article_Read" withParameters:articleParams]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment