Monetize

Last Updated on

July 15, 2022

SDK Privacy Methods


iOS Privacy Methods

Chartboost requires that publishers obtain consent from their users to be able to process personal data and provide relevant ads.

Learn more about Behavioral Targeting here.

GDPR

To set GDPR consent:

Possible consent values are CHBGDPRConsentBehavioral and CHBGDPRConsentNonBehavioral.

Chartboost will store the consent status even after the app is closed. In order to reset this information use:

CCPA

To set CCPA consent:

Possible consent values are CHBCCPAConsentOptInSale and CHBCCPAConsentOptOutSale.

Chartboost will store the consent status even after the app is closed. In order to reset this information use:

COPPA

To set COPPA consent:

Possible consent values are true and false.

Chartboost will store the consent status even after the app is closed. In order to reset this information use:

LGPD

To set LGPD consent:

Possible consent values are true and false.

Chartboost will store the consent status even after the app is closed. In order to reset this information use:

Custom Consent

Chartboost allows publishers to provide custom consent information, besides the predefined GDPR and CCPA values.

For example:

Currently, the only custom consent values allowed are valid IAB's U.S. Privacy String for the CHBPrivacyStandardCCPA standard.


Android Privacy Methods


Chartboost requires that publishers obtain consent from their users to be able to process personal data and provide relevant ads.

Apps under the Google Play Designed for Families policy MUST set the COPPA privacy flag to true.

Learn more about Behavioral Targeting here.

addDataUseConsent is the new public api usage to set consent values. This new API provides user consent data for privacy laws currently in existence or future laws. Replaces CBPIDataUseConsent method.


GDPR

CCPA


COPPA

If an app is child directed, a value of true or false must be set to define proper behavior.

Apps under the Google Play Designed for Families policy MUST set the COPPA privacy flag to true in order to restrict transmitting the android advertising identifier.


Custom Consent

Chartboost allows publishers to provide custom consent information, besides the predefined GDPR and CCPA values.

For example:

Currently, the only custom consent values allowed are valid IAB’s U.S. Privacy String for the CCPA standard.

Unity Privacy Methods

Chartboost requires that publishers obtain consent from their users to be able to process personal data and provide relevant ads.

Learn more about Behavioral Targeting here.


addDataUseConsent is the new public api usage to set consent values. This new API provides user consent data for privacy laws currently in existence or future laws. Replaces setPIDataUseConsent method.

GDPR

CCPA

Custom Consent

Chartboost allows publishers to provide custom consent information, besides the predefined GDPR and CCPA values.

For example:

Currently, the only custom consent values allowed are valid IAB’s U.S. Privacy String for the CBCCPADataUseConsent standard.