Skip to content

Instantly share code, notes, and snippets.

@mafellows
Created March 9, 2016 16:02
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 mafellows/c25816672688428344df to your computer and use it in GitHub Desktop.
Save mafellows/c25816672688428344df to your computer and use it in GitHub Desktop.
Map<String, String> videoParams = new HashMap<String, String>();
// This is an example of logging the 'Ooh La La' video as it's played
videoParams.put("video", "Played_Ooh_La_La_Video");
// Make sure the event name for all videos is 'Played_Video'
FlurryAgent.logEvent("Played_Video", videoParams);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment