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. When Meta receives data with Limited Data Use enabled from people in the states where Limited Data Use applies, we will process that data in accordance with our role as a service provider or processor, as applicable, and limit the use of that data as specified in our State-Specific Terms.
For Business Tools and Audience Network, Limited Data Use is available only for people in California, Colorado, Connecticut, Florida, Texas, Oregon, or Montana. If a business enables Limited Data Use but does not set the location parameters to US and California, Colorado, Connecticut, Florida, Texas, Oregon, or Montana we will determine if the event is from one of those states. If Limited Data Use is enabled for an event in California, Colorado, Connecticut, Florida, Texas, Oregon, or Montana we will process data in accordance with our role as a service provider or processor and limit the use of that data in accordance with our State-Specific Terms.
Businesses may notice an impact to campaign performance and effectiveness, and retargeting and measurement capabilities will be limited when Limited Data Use is enabled.
We recommend using our latest Audience Network SDK versions to ensure the functionality of Data Processing Options. The below implementation instructions are accurate for Audience Network SDK versions 5.10 and above.
As of July 1, 2023, we are ending the Transition Period for older versions of Audience Network SDK, whereby we limited the data for all personal information that businesses share about people in California and the ability to enable default Limited Data Use will not be available for Audience Network SDK versions below 5.10. If you choose to use Limited Data Use to indicate a person in California, Colorado, Connecticut, Florida, Texas, or Oregon or on or after July 1, 2023, you must update your SDK and implement Data Processing Options as set forth in this document.
Implementation
Adding Data Processing Options
Facebook SDK for iOS, v5.10+
Use FBAdSettings setDataProcessingOptions.
To explicitly not enable Limited Data Use (LDU), use:
[FBAdSettings setDataProcessingOptions:@[]];
To enable LDU and have Meta perform geolocation, use:
Country:0 to request that we determine the location
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
Publishers using a Mediation Partner must set the Data Processing Options (Limited Data Use) on the Meta Audience Network SDK before initializing the Mediation SDK so that it is received by us in the bidding request.
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
After setting the LDU for the event, generate the bidder token:
NSString *token = [FBAdSettings bidderToken];
Other Server-Side Bidding
For each platform follow the instructions below to specify LDU for the event and retrieve the bidder token before making the server-side bid request.
For Android client:
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island
To enable LDU and manually specify the location, use:
Country:1 to indicate USA
State:1000 to indicate California, 1001 for Colorado, 1002 for Connecticut, 1003 for Florida, 1004 for Oregon, 1005 for Texas, 1006 for Montana, 1007 for Delaware, 1008 for Nebraska, 1009 for New Hampshire, 1010 for New Jersey, 1011 for Minnesota, 1012 for Maryland, 1013 for Rhode Island