Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created April 19, 2022 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flurrydev/cc0e1dc16f59c11e6494bbe37255c59c to your computer and use it in GitHub Desktop.
Save flurrydev/cc0e1dc16f59c11e6494bbe37255c59c to your computer and use it in GitHub Desktop.
Flurry_event_with_parameters_Swift
// Capture the author info & user status
let articleParams = ["Author": "John Q", "User_Status": "Registered"];
Flurry.log(eventName: "Article_Read", parameters: articleParams)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment