-
Notifications
You must be signed in to change notification settings - Fork 4
Additional Meta AudienceNetwork steps
⚡ Before you start
Make sure you have correctly Configuring SDK.
Meta Audience Network Data Processing Options for US Users Limited Data Use is a data processing option that gives you more control over how your data is used in Meta’s systems and better supports your compliance efforts with various US state privacy regulations. To utilize this feature, you must proactively enable Limited Data Use.
Visit Meta’s developer documentation for details.
Set native the setDataProcessingOptions
flag values:
-
ECASUserCCPAStatus::OptInSale
([]
empty) - To explicitly not enable Limited Data Use (LDU) mode -
ECASUserCCPAStatus::OptOutSale
(['LDU'], 0, 0
) - To enable LDU mode using geolocation -
ECASUserCCPAStatus::Undefined
- Do nothing
UCASMobileAds::SetMetaDataProcessingOptions(ECASUserCCPAStatus::OptInSale);
Note
Flag will be applied before CAS Initialization only.
Implement the setAdvertiserTrackingEnabled flag, irrespective of the use of mediation, to inform Meta whether to use the data to deliver personalized ads.
The CAS plugin will automatically pass the value from Use Advertising Id
property in the CAS.AI Config window to native Audience Network setAdvertiserTrackingEnabled
flag.
🔗 Done! What’s Next?
- Project Setup
- Configuring SDK
- Include Android
- Include iOS
- Additional mediation steps
- FAQ
- App-ads.txt🔗