Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created October 22, 2014 23:47
Show Gist options
  • Select an option

  • Save flurrydev/2fd8b2500319b98f290d to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/2fd8b2500319b98f290d to your computer and use it in GitHub Desktop.
//set keywords
Map<String, String> keywords = new HashMap<String, String>();
keywords.put("subscriber", "0");
FlurryAds.setTargetingKeywords(keywords);
//clear keywords
FlurryAds.clearTargetingKeywords();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment