Skip to content

Instantly share code, notes, and snippets.

@martinadamek
Created December 16, 2010 14:58
Show Gist options
  • Save martinadamek/743484 to your computer and use it in GitHub Desktop.
Save martinadamek/743484 to your computer and use it in GitHub Desktop.
Increasing AFMA CTR by guessing the country
void increaseCtr(List<AdSpec.Parameter> params) {
String countryCode = Locale.getDefault().getCountry();
params.add(new Parameter("gl", countryCode));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment