CCPA - Privacy String

The intention of the California Consumer Privacy Act of 2018 (CCPA) is to protect the personal information of California residents. CCPA applies to all companies doing business in California. If a California resident uses an app developer’s mobile app, CCPA applies to the developer and every company that processes the personal information of the app’s users.
CCPA came into effect on 1 January 2020.

For more information on DT and CCPA, refer to DT’s Resource Page.
For more information about CCPA, refer to the IAB CCPA Compliance Framework.

 

Setting the IAB US Privacy String

In case a user chooses to Opt Out of the Sale of Personal Information, it is recommended to pass the appropriate US Privacy String to the DT Offer Wall SDK before initializing it. The SDK takes the user opt-out into consideration when initializing.

Once you have collected the user’s opt-out, you can pass it onto the SDK using the following API:

To set the IAB US privacy string, use the following API:

Objective-C

FyberSDK instance].user setIABUSPrivacyString:@"1YNN"];

Clearing Privacy Opt-Out

To clear the user opt-out setting, use the following API:

Objective-C

FyberSDK instance].user clearIABUSPrivacyString];

Back to Top ⇧