Resumen
Google Tag Manager: Empieza por donde se cargan las etiquetas: CMS, tema de tienda o GTM. Después prueba producto, carrito, checkout y formularios.
What the CookiePilot app generates for GTM
Domain → Installation → Google Tag Manager generates a real GTM snippet, not only generic documentation. The backend returns directSnippet, stubSnippet and gtmSnippet; the GTM version combines an inline Consent Mode stub with cookiepilot.js loaded from the CDN for the domain key.
The stub runs synchronously, creates dataLayer/gtag, sets default consent and reads stored cookiepilot_consent for returning visitors before later tags read the state.
Google tags and non-Google tags
Google tags should use Consent Mode v2. GA4 relies on analytics_storage, while Google Ads also needs ad_storage, ad_user_data and ad_personalization.
Meta, TikTok, Hotjar and Klaviyo should usually use the cookiepilot_consent_update dataLayer event or the native cookiepilot:consent event if they are outside GTM.
Pasos
- 1Empieza por donde se cargan las etiquetas: CMS, tema de tienda o GTM. Después prueba producto, carrito, checkout y formularios.
- 2No prometemos certificaciones que el producto no tenga. Describimos Consent Mode v2, dataLayer, bloqueo de trackers y pruebas prácticas.
- 3Checklist de prueba: probado en práctica.
Snippet de ejemplo
<script src="https://cdn.cookiepilot.io/stub.js"></script>
<!-- GTM container follows -->
<script src="https://cdn.cookiepilot.io/cookiepilot.js" data-cpkey="YOUR_API_KEY"></script>Checklist de prueba
- Comportamiento del consentimiento
- No prometemos certificaciones que el producto no tenga. Describimos Consent Mode v2, dataLayer, bloqueo de trackers y pruebas prácticas.
- Empieza por donde se cargan las etiquetas: CMS, tema de tienda o GTM. Después prueba producto, carrito, checkout y formularios.
FAQ
¿Es asesoramiento legal?
No. Es una guía técnica. Los casos especiales deben revisarse con el equipo legal o privacidad.
¿CookiePilot bloquea todo automáticamente?
CookiePilot usa autoblocking y Consent Mode. Los trackers cargados antes del CMP deben moverse detrás del stub o a GTM Consent Initialization.