Interface PalConsentSettings

Various settings to Google PAL SDK related to privacy and regulations. The settings can help make decisions about the choice regarding the identifiers used while generating nonce signals.

interface PalConsentSettings {
    allowStorage?: boolean;
}

Properties

Properties

allowStorage?: boolean

Whether PAL has consent to use identifiers and storage. 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.

Default Value

false

Generated using TypeDoc