BanhmiDev / admob_consent

This is a wrapper for Google's User Messaging Platform (UMP) SDK in Flutter
https://pub.dev/packages/admob_consent
Apache License 2.0
12 stars 11 forks source link

Admob and funding choices #5

Open Tobivaria opened 3 years ago

Tobivaria commented 3 years ago

Hi thanks for making this plugin :)

I am kinda confused about how firebase_admob and admob_consent work together. As I understood the consent data is stored at googles server etc. But are these infos used automatically by google even I would "overwrite" them in the MobileAdTargetingInfo for e.g. InterstitialAds.

MobileAdTargetingInfo( {this.keywords, this.childDirected, this.nonPersonalizedAds});

Or am I able to receive this info myself in advance so I can set this info correctly?

Of topic question: How do we know which vendors we need to choose for our app in the funding choices message center, as admob delivers the ads...?

BanhmiDev commented 3 years ago

I'd assume that Google prioritizes the data given from the UMP SDK over the targeting info that you set directly when initializing the ads. I've tested it not too long ago and it seems to be the expected behaviour.

To your vendor question: I think if you haven't limited your Admob settings to not serve certain vendors, selecting all vendors on funding choices would make sense.