Seers AI implements the required consent types for both default and update commands to comply with the CMP Google Partner Program. Here’s how these consent states function within our system:
Default Consent States in GCM:
Seers AI supports the following default consent states in Google Consent Mode (GCM):
- ad_storage
- analytics_storage
- functionality_storage
- personalization_storage
- Security_storage
- ad_user_data
- ad_personalization
Mapping of Consent States to Cookie Categories:
ad_storage | Marketing |
analytics_storage | Statistics |
functionality_storage | Preference |
personalization_storage | Preference |
security_storage | Necessary |
ad_user_data | Marketing |
ad_personalization | Marketing |
How Consent Choices Affect These States:
-
If a user clicks the "Allow" button on the Seers AI banner:
Then all states will be granted.
2) If a user clicks the "Disable" button:
All consent states will be denied except security_storage, as it is mapped to the "Necessary" category.
3) If a user selects a specific category (e.g., Marketing or Statistics):
Only the consent states mapped to the selected category will be granted, along with the "Necessary" category.
By implementing this structured approach, Seers AI ensures full compliance with Google’s CMP Partner Program while giving users control over their consent preferences.