# Activation via Sirdata CMP

## 1) Activation of Google Consent Mode

The first possibility for activating Google's Consent Mode is also the simplest.

To begin, simply log in to your [Sirdata CMP account](https://cmp.sirdata.io/), and access the [configuration section](https://cmp.sirdata.io/cmp).

Then click on the editing icon for your CMP, or the one installed on the site in question if you have several (button ![](/files/uSgDS41nD6daXSblxroE)located on the right in the table of your configurations), and select "***Update add-ons***":

<figure><img src="/files/Hq5jzwRbaYTwEpfK4Uh9" alt=""><figcaption></figcaption></figure>

Move the slider of the "***Activate Google Consent Mode***" option to the right:

<figure><img src="/files/vFsrozkrwZ4aA0HV2zky" alt=""><figcaption></figcaption></figure>

Then click on ![](/files/BJVe4cTjCuQ1kgfRWHKD) at the top right and it's done.

## 2) Configuration of Google Consent Mode

The integration of Consent Mode via this option is a universal integration in which the default signals are:

* *ad\_storage='denied'*
* *analytics\_storage='denied'*
* *functionality\_storage='denied'*
* *personalization\_storage='denied'*
* *security\_storage='denied'*

After the user's consent, an update signal '*granted*' is sent for the concerned signals.

In case of withdrawal of consent, an update signal '*denied*' is sent for the concerned signals.

In all cases, the tags will wait for a choice signal sent by the CMP for 1 second before triggering any potential cookie-based or cookieless pings (command '*wait\_for\_update: 1000*').

{% hint style="info" %}
Please visit the official [Google Consent Mode](https://support.google.com/analytics/answer/9976101?hl=en) page for more information
{% endhint %}

{% hint style="danger" %}
**WARNING**: Google Consent Mode does not cover given aspects related to the GDPR, such as the legal basis for processing personal data or potential data transfer to the United-States when they are based on the Standard Contractual Clauses of the European Union for example.

Please refer to the section dedicated to [Sirdata Analytics Helper](https://helper.docs.sirdata.net/v/english/) if your desire is to secure data transfers to Google Analytics in the United-States.
{% endhint %}

{% hint style="info" %}
If you wish to manage this default behavior and/or the update behavior differently, refer to the "[Activation via Google Tag Manager](/en/consent-transmission-standards/google-consent-mode/activation-via-google-tag-manager.md)" section.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cmp.docs.sirdata.net/en/consent-transmission-standards/google-consent-mode/activation-via-sirdata-cmp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
