Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created April 19, 2022 21:44
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/1ebb4f4679c0fbe53a9f3130e86b189e to your computer and use it in GitHub Desktop.
Save flurrydev/1ebb4f4679c0fbe53a9f3130e86b189e to your computer and use it in GitHub Desktop.
flurry_timed_event_with_param.swift
// Capture the author info & user status
let articleParams = ["Author": "John Q", "User_Status": "Registered"];
Flurry.log(eventName: "Article_Read", parameters: articleParams, timed: true)
// In a function that captures when a user navigates away from article
// You can pass in additional params or update existing ones here as well
Flurry.endTimedEvent(eventName: "Article_Read", parameters: nil)
@suka3
Copy link

suka3 commented Aug 20, 2022

flurry_start_android.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment