Hi,
Currently, AdMob uses the User Messaging Platform (UMP) SDK to obtain user consent.
When you want to integrate some partner network (e.g. AppLovin or Unity Ads) about user consent, the documentation says:
"When seeking consent, you must identify each ad network in your mediation chain that may collect, receive, or use personal data and provide information about each network's use. Google currently is unable to pass the user's consent choice to such networks automatically."
It also says I need to add network partner to GDPR ad partners list in AdMob GDPR settings.
But at the same time describes methods to apply consent to these networks manually (for example: AppLovin.SetHasUserConsent(), UnityAds.SetConsentMetaData()).
1. Does this mean I need my own solution to display consent screen for each partner network separatly?
2. If yes does it mean UMP SDK is not enough?
3. It is possible to provide user consent to AdMob using code method similar to partner networks, to implement my own consent screen?
Thank you