Skip to content
New issue

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

Add support for Targeting #98

Closed
vseprav opened this issue Feb 28, 2017 · 3 comments
Closed

Add support for Targeting #98

vseprav opened this issue Feb 28, 2017 · 3 comments

Comments

@vseprav
Copy link

vseprav commented Feb 28, 2017

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?

@booboothefool
Copy link

+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.

@alvaromb
Copy link
Collaborator

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.

@koenpunt
Copy link
Collaborator

koenpunt commented Oct 4, 2017

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.

@koenpunt koenpunt closed this as completed Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants