Need explaination on ump purpose consent

9 views
Skip to first unread message

Ahmad Raza

unread,
11:16 AM (7 hours ago) 11:16 AM
to Google Mobile Ads SDK Developers
Hi, I'm a unity mobile game developer.
Currently, I'm working on monetization sdk.
Our sdk contains the following native sdks like:
  • Admob
  • Applovin
  • Firebase
  • Adjust
All mentioned sdks have their own privacy/consent settings. Let me explain all of them.
Firebase consent
// Set consent types. Map<ConsentType, ConsentStatus> consentMap = new EnumMap<>(ConsentType.class); consentMap.put(ConsentType.ANALYTICS_STORAGE, ConsentStatus.GRANTED); consentMap.put(ConsentType.AD_STORAGE, ConsentStatus.GRANTED); consentMap.put(ConsentType.AD_USER_DATA, ConsentStatus.GRANTED); consentMap.put(ConsentType.AD_PERSONALIZATION, ConsentStatus.GRANTED); mFirebaseAnalytics.setConsent(consentMap);

MAX consent
MaxSdk.SetDoNotSell(false);
MaxSdk.SetHasUserConsent(true);


Adjust consent
AdjustThirdPartySharing adjustThirdPartySharing = new AdjustThirdPartySharing(null); adjustThirdPartySharing.AddGranularOption("google_dma", "eea", "1"); adjustThirdPartySharing.AddGranularOption("google_dma", "ad_personalization", "1"); adjustThirdPartySharing.AddGranularOption("google_dma", "ad_user_data", "1"); Adjust.TrackThirdPartySharing(adjustThirdPartySharing);
__________________________________________________________________

As we can see, each sdk requires common consent values like ad_personalization and ad_user_data. Now the problem is, android admob doc says that we can interpret consent values using UMP but I did not find any blog/post where I could fetch all these values via IABTCF_PurposeConsents.
I want to know, which purpose consent combination enables/disables the followings.
  1. ANALYTICS_STORAGE : ?
  2. AD_STORAGE : ?
  3. AD_USER_DATA : ?
  4. AD_PERSONALIZATION : Already mentioned here
These are the resources that I'v been through.
Interpret consent mode values
Consent vendor list
Implement the Transparency & Consent Framework

Mobile Ads SDK Forum Advisor

unread,
5:36 PM (1 hour ago) 5:36 PM
to ahma...@gamedistrict.co, google-adm...@googlegroups.com
Hi,


Thank you for contacting Mobile Ads SDK support team.

Please check the Implement the Transparency & Consent Framework ,Google Ads integration with the IAB Transparency & Consent Framework (TCF) and Consent mode overview documentations for your queries,

I hope this helps, please reach out to us if you need any other assistance.

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-11-12 22:35:05Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vTIAi:ref" (ADR-00339151)



Reply all
Reply to author
Forward
0 new messages