Need explaination on ump purpose consent

38 views
Skip to first unread message

Ahmad Raza

unread,
Nov 12, 2025, 11:16:25 AMNov 12
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,
Nov 12, 2025, 5:36:11 PMNov 12
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)



Ahmad Raza

unread,
Nov 19, 2025, 11:02:13 AMNov 19
to Google Mobile Ads SDK Developers
I've checked all the resources. So I wrote another code for consent interpetation. I've attached a screenshot. Here are my questions:
  1. I've implemented consent statuses for ad_storagead_user_data and ad_personalization in the screenshot. Is it correct?
  2. Secondly, I wasn't able to get analytics_storage. On what basis, should I enable or disable this consent?
Screenshot_2.png

Mobile Ads SDK Forum Advisor

unread,
Nov 19, 2025, 5:32:33 PMNov 19
to ahma...@gamedistrict.co, google-adm...@googlegroups.com

Hi,

Thank you for reaching out regarding the implementation of consent statuses for your application and website. Here is a concise guide to the requirements:

  1. Consent Statuses for Apps: To correctly implement the consent statuses for ad_storage, ad_user_data, and ad_personalization, please refer to the official documentation on Set up consent mode for apps.

  2. analytics_storage: This setting controls the collection of analytics data and should be managed based on user consent and privacy laws:

    • Enable it if you intend to collect analytics data and have the user's explicit consent.

    • Disable it if the user does not consent or if your site does not require analytics tracking.

For comprehensive information on website setup, please refer to the following resources: Set up consent mode on websites and consent mode overview. 

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-11-19 22:31:41Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vTIAi:ref" (ADR-00339151)



ประธาน ชูเกลี้ยง

unread,
Nov 24, 2025, 1:33:17 AM (13 days ago) Nov 24
to Ahmad Raza, Google Mobile Ads SDK Developers

ในวันที่ พ. 12 พ.ย. 2025 11:23 PM Ahmad Raza <ahma...@gamedistrict.co> เขียนว่า:
--

---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-admob-ads-sdk/b7d0881f-07fb-453d-839b-e0e341e16995n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages