We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I know that AdMob provides targeting information to an ad request. For example:
AdRequest request = new AdRequest.Builder() .setBirthday(new GregorianCalendar(1985, 1, 1).getTime()) .build();
Is it possible to add support for that functionality?
The text was updated successfully, but these errors were encountered:
+1
Getting some pretty terrible ads on my app, and I'm sure this would help a ton. App is meant for younger audiences, however I get 55+ senior ads.
Sorry, something went wrong.
Hi @vseprav @booboothefool!
Can you send a PR for this feature? Currently I won't be implementing this soon, but I would gladly review a contribution.
I made a start with targeting in #166, so let's track it there. If you have any ideas or suggestions leave them over there as comments.
No branches or pull requests
I know that AdMob provides targeting information to an ad request.
For example:
Is it possible to add support for that functionality?
The text was updated successfully, but these errors were encountered: