Hi,
After implementing Funding Choices with Google's User Messaging Platform (UMP) we noticed that ads will not be served if the user taps "Manage options" in the UMP consent message.
Firstly, the ads will stop serving because the consent for Purpose 1 (the consent to store and/or access information on a device) is off by default in UMP. Again, if there is no consent for Purpose 1, Google's documentation says the following:
"If consent is missing for Google for Purpose 1 in the TC string, Google will drop the ad request and no ads will be served."
It hardly makes sense to have this consent toggled off by default in UMP when an user taps Manage options, as it will disable all ads and would be a critical hit to ad revenue.
Secondly, when the user taps Manage options, not only are all of the purpose consents off by default, ALL of the vendor specific consents buried at the bottom of the UMP form are also off. This means, that even if the user would manually agree to all of the purpose consents, the resulting TC string created with UMP would still not have vendor consents on.
In more technical terms the stored values
- IABTCF_VendorConsents
- IABTCF_PurposeConsents
that are used in the TC string in the ad request are both "0".
This is not a developer implementation issue — this is an issue with the User Messaging Platform SDK. Also, this is not an ad serving issue, so I would ask not to be redirected to AdMob/AdManager support.
Regards,
OP