Skip to content

Additional Meta AudienceNetwork steps

d.eshenko edited this page Jan 25, 2024 · 1 revision

⚡ Before you start
Make sure you have correctly Configuring SDK.


Data Processing Options for US Users

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);
image

Note

Flag will be applied before CAS Initialization only.

iOS Advertising Tracking Enabled for Audience Network

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?