Usercentrics - PUBLIC

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Version 2 of Google Consent Mode introduces two additional bits / storage types (ad_user_data & ad_personalization) within the consent mode updates.

How Google Tag Manager (GTM) handles consent

Feature
Basic consent mode
Advanced consent mode
Tag loading
Blocked until user interaction with a consent banner.
Loads with defaults set to denied, unless configured otherwise.
Data transmission
No data is sent before a user consents -  not even the default consent status.
When consent is denied, consent state and cookieless pings are sent.
When consent is granted, cookies are written and all measurement data is sent.
Consent states
Set after user interaction.
Defaults set to denied, unless configured otherwise;  updates based on user choice.
Tag behavior after user interaction
Loads and executes consent mode APIs only when a user grants consent.
Adjusts tag behavior based on user consent choice.
Conversion modeling
General model (less detailed modeling).
Advertiser-specific model (more detailed modeling).

Basic Google Consent Mode

  • Google tags are initially blocked until consent is granted.

    • Using the Usercentrics CMP, tags within the Google Tag Manager (GTM) will need to be triggered only when consent for the correlating Data Processing Service (DPS) is given.

    • How we recommend setting up variables & triggers for this purpose in the GTM is documented.

      Screenshot 2024-03-07 at 11.21.23.png
    • Alternatively to using our recommended variable & trigger setup that can fire specific tags based on the consent status of specific Data Processing Services (DPS) in the Usercentrics CMP Configuration / SettingID, there are also other options of handling the triggering of tags, f.ex.

      • Triggering tags based on the consent state(s) of Google Consent Mode storage types (i.e. ad_storage) is possible for individual tags.

      • Third party templates may be used to “translate” the consent_status event of the Usercentrics CMP into signals for the Google Consent Mode storage types inside the GTM.

    • (warning) While these alternative approaches are possible to set up in connection with the Usercentrics CMP, they are not part of the generally recommended setup. They often require the assistance of a GTM expert.

Advanced consent mode

  • Google tags are loaded before the consent dialog appears

  • Tags send cookieless pings when cookie consent declined

    • Using Ucersentrics CMP, tags within GTM won’t need to be triggered

    • Screenshot 2024-03-07 at 11.11.22.png

Is Consent Mode v2 enabled?

We assume you've added the Consent Mode script before the Google Tag Manager script as instructed in our Adjust the existing Google Tag Manager code .

Checking the preview in Google Tag Manager

You can also inspect the preview to confirm that Consent is enabled, and if you're on version 2.

Start the preview and take the following steps:

  1. Select "Consent"

  2. Select the "Consent" tab

  3. Ensure that the "On-page Defaults" are set and that they include the two new parameters; ad_personalization and ad_user_data.

Screenshot 2024-03-07 at 12.00.48.png

Checking the Consent Mode settings

When a page loads prior consent, the consent mode settings should be correctly registered in Google Tag Manager.

If you've implemented Usercentrics using the Usercentrics CMP template, you don’t need to add the default values for the Consent Mode as they’re present in the UC temple.

Screenshot 2024-03-07 at 12.15.34.png

Checking the dataLayer

Checking the contents of the dataLayer can be done by simply executing the command dataLayer. After consent has been given for all types of cookies:

Screenshot 2024-03-07 at 12.21.30.png

  • No labels