Google Consent Mode v2 (Personalization): GDPR, cookies and installation

Google service
Consent-controlled integration
Personalization
No cookie listed Privacy policy
service gcmpersonalization
60.6M
requests / 30 days

41.4% consent


Personalization: cookies, GDPR and consent

Personalization is a service provided by Google. The data collected and tracking technologies used depend on the product and configuration implemented on the website.

tarteaucitron can manage the activation of Personalization according to the visitor’s choice when the service requires consent.

Managing Personalization with tarteaucitron

When Personalization is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.

Cookies and storage used by Personalization

No cookie name is currently declared in the tarteaucitron integration for Personalization. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring Personalization

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Personalization.

<script>
(tarteaucitron.job = tarteaucitron.job || []).push('gcmpersonalization');
</script>

Code to remove

Default HTML code to remove from your website:


For a complete guide, read the documentation to install tarteaucitron.js.

Privacy information

For detailed information about the processing of data by Personalization, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

Personalization privacy information

Frequently asked questions about Personalization

Does Personalization require consent?

Whether Personalization requires consent depends on its purpose and configuration. The tracking technologies used and Google’s documentation should be reviewed.

How does tarteaucitron block Personalization?

tarteaucitron controls the activation of Personalization according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.