AI-generated Key Takeaways
-
ConsentSettings provides various privacy and regulation settings for the PAL SDK.
-
These settings help in making decisions about the identifiers used for generating nonce signals.
-
The
allowStorage
property indicates if PAL has consent to use identifiers and storage, which needs to be determined by integrating with a CMP for IAB TCFv2 compliance.
ConsentSettings
Various settings to the PAL SDK related to privacy and regulations. The settings can help make decisions about the choice regarding the identifiers used while generating nonce signals.
Constructor
ConsentSettings
new ConsentSettings()
Property
allowStorage
boolean
Whether PAL has purpose 1 consent to use identifiers and storage. The value needs to be determined by integrating with CMP (Consent Management Provider). This is set to false by default. If specified as true, PAL has consent from the user to use information like cookies, device IDs and advertising IDs. This value needs to be set to be IAB TCFv2 (Transparency and Consent Framework) compliant.