ConsentRequestParameters
Parameters sent when updating the user's consent information.
Properties
consent_debug_settings- Debug settings to hardcode in test requests.tag_for_under_age_of_consent- Whether the user is tagged as being under the age of consent.
Properties
consent_debug_settingsclass-attributeinstance-attribute
consent_debug_settings: ConsentDebugSettings | None = NoneDebug settings to hardcode in test requests.
tag_for_under_age_of_consentclass-attributeinstance-attribute
tag_for_under_age_of_consent: bool | None = NoneWhether the user is tagged as being under the age of consent.
False means users are not under the age of consent.
Warning
When True, the consent form is not shown, as users under the age of
consent cannot be asked to provide consent.