# Which consent type should I select for Google Consent Mode Settings?

### For Google Analytics

If you are using Google Analytics 4 (GA4) on your store, you need set 4 required consent type:

`ad_storage`

`ad_user_data`

`ad_personalization`

`analytics_storage`

For optional types, you can set 3 other types also: `functionality_storage, personalization_storage, security_storage`

Read more on this [Google's document](https://support.google.com/analytics/answer/12334711?hl=en)

### For Google Tag Manager

If you are using Google Tag Manager (GTM), please follow these steps below to get right consent types:

1. Open [Google Tag Manager](https://tagmanager.google.com/) and select the account which needs to set up consent mode

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

2. Select **Tag** on navigation and select your tag

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

3. Select the *Pencil icon* on the Tag Configuration section then select **Advanced Settings,** then select **Consent settings**

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

4. Now you can see the "Built-In Consent Check", this is a list of consent type you need to set on our app. Please select this on our app.

<figure><img src="/files/9G0tsJTysJOBT2Tf2AqW" alt=""><figcaption></figcaption></figure>

5. **Note:** \
   **-** If you do not use any additional consent required, please select "No additional consent required" option here

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

&#x20;         \- If you use more consent required, please select "Require additional consent for tag to fire" and add them to this. Then please select the added item on our app too

<figure><img src="/files/8I2Az0VZn1MkfOV1Kwqt" alt=""><figcaption></figcaption></figure>


---

# 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://docs.consentik.com/faq/which-consent-type-should-i-select-for-google-consent-mode-settings.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.
