Skip to content

Instantly share code, notes, and snippets.

@gclsoft
Forked from Bisera/flurry_event_with_param.mm
Last active August 29, 2015 14:06
Show Gist options
  • Save gclsoft/48ade238fbfe6b4f384a to your computer and use it in GitHub Desktop.
Save gclsoft/48ade238fbfe6b4f384a to your computer and use it in GitHub Desktop.
// 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