| Interface | Description |
|---|---|
| DataUseConsent |
Interface for DataUseConsent which will be implemented by GDPR, CCPA, Custom classes and quite
possibly any new upcoming privacy laws.
|
| Class | Description |
|---|---|
| CCPA |
CCPA class implements DataUseConsent class which is meant to be used specifically with CCPA law.
|
| Custom |
Custom class implements DataUseConsent.
|
| GDPR |
GDPR class implements DataUseConsent class which is meant to be used specifically with GDPR law.
|
| Enum | Description |
|---|---|
| CCPA.CCPA_CONSENT |
CCPA compliance settings:
OPT_IN_SALE(1NN-) means the user consents (Behavioral and Contextual Ads)
OPT_OUT_SALE(1NY-) means the user does not consent to targeting (Contextual ads)
|
| GDPR.GDPR_CONSENT |
GDPR compliance settings:
NON_BEHAVIORAL(0) means the user does not consent to targeting (Contextual ads)
BEHAVIORAL(1) means the user consents (Behavioral and Contextual Ads)
|