# Google Consent Mode

The Consent Mode, or Google Consent Mode, is an interface that allows you to inform Google about the consent of your users regarding the use of cookies or application identifiers.

gtag.js and gtm.js tags receive and interpret the consent preferences of your users expressed via Sirdata CMP, then dynamically adjusts the operation in terms of creating or reading cookies..

{% 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 transfers 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](broken://pages/Bc7O3OwcNT7qu9gRGyUX) if your desire is to secure data transfers to Google Analytics in the United-States.
{% 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.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.
