ENUM

ConsentSpecialPurpose

List of special purposes from GVL https://vendorlist.consensu.org/v2/vendor-list.json.

link GraphQL Schema definition

1enum ConsentSpecialPurpose {
2
3# Ensure security, prevent fraud, and debug.
4ENSURE_SECURITY_PREVENT_FRAUD_DEBUG
5
6# Technically deliver ads or content.
7TECHNICALLY_DELIVER_ADS_CONTENT
8}