> For the complete documentation index, see [llms.txt](https://cmp.docs.sirdata.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cmp.docs.sirdata.net/standards-de-transmission-du-consentement/google-consent-mode/corriger-les-erreurs-dimplementation/signal-update-tardif.md).

# Signal \`update\` tardif

#### Description

Le signal `update` du Google Consent Mode est envoyé **trop tard**, c’est-à-dire **après le délai maximal défini par les balises Google** (généralement 500 ms). Dans ce cas, les balises peuvent se déclencher sans tenir compte du choix de l’utilisateur, ce qui limite l’efficacité du Consent Mode.

#### Causes possibles

1. Si le Consent Mode est intégré **en dur dans le code** :
   * Le script est chargé avec l’attribut `defer`, ce qui **retarde son exécution** ;
   * Le script est **modifié, mis en cache ou retardé** par un système d’optimisation comme **Rocket Loader** (Cloudflare), un CDN, ou un module de performance.
2. Si le Consent Mode est géré via **Google Tag Manager** :
   * Le paramètre **“Wait for update”** (ou `waitForUpdate`) est défini avec une durée **trop courte**, ce qui fait expirer l’attente avant que le signal `update` ne soit reçu.

#### Que faire

**Si vous n’utilisez pas Google Tag Manager :**

* Vérifiez que le script est **chargé sans l’attribut `defer`** ;
* Désactivez ou ajustez tout système tiers (comme Rocket Loader) qui pourrait retarder ou modifier le chargement du script.

**Si vous utilisez Google Tag Manager :**

* Ouvrez la balise concernée (ex. : balise Analytics ou Ads) ;
* Activez l’option **“Attendre le signal de mise à jour”** (Wait for update) ;
* Allongez la durée maximale d’attente, par exemple à **800 ms ou 1000 ms**, dans le champ dédié.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cmp.docs.sirdata.net/standards-de-transmission-du-consentement/google-consent-mode/corriger-les-erreurs-dimplementation/signal-update-tardif.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
