# Missing \`default\` signal

#### Description

Google Consent Mode is enabled, but the **`default` signal is missing**. This means that no default consent settings are being sent to Google before user interaction. As a result, Google tags have no instructions on how to behave, which **prevents Consent Mode from working as intended**.

#### Possible causes

1. The `gtag` script (or Consent Mode stub) is:
   * **missing** from the page;
   * improperly integrated (e.g., loaded with `async` or `defer`, or delayed);
   * **blocked or altered** by optimization tools (e.g., **Rocket Loader**, CDN caching, etc.).
2. If Consent Mode is initialized via **Google Tag Manager**:
   * the **“Activate Google Consent Mode”** checkbox is not selected in the CMP tag;
   * the **“Default Consent Mode Settings”** section is empty.

#### What to check

**If you are not using Google Tag Manager:**

* Ensure the `gtag` (stub) script is placed **at the very top of the `<head>`**;
* Remove any `async` or `defer` attributes from the script;
* Make sure it is not delayed or modified by third-party systems like CDNs or optimization tools.

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

**If you are using Google Tag Manager:**

In your **Google Tag Manager** account, first ensure that your template is up to date. Update it if necessary.

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

Then:

* In the “Tags” section, edit the **ABconsent (Sirdata CMP)** tag
* Check the box labeled **“Activate Google Consent Mode”**
* Add a line of default consent signals (e.g., `"denied"`)

<figure><img src="/files/VQ0TlFGJOf3MexC8nVwn" 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://cmp.docs.sirdata.net/en/consent-transmission-standards/google-consent-mode/fix-implementation-errors/missing-default-signal.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.
