🍪 New: Build compliant cookies instantly with our Cookie Creator & Cookie Checker – 100% free! Try it now →
Multi-Platform Deployment Guide
Frictionless privacy configurations across modern web infrastructure, frameworks, and CMS engines.
Google Tag Manager ● LIVE
Deploy CookiePrime instantly via our lightweight custom template container, enabling complete Google Consent Mode v2 support without changing your core source code.
Step-by-Step GTM Installation
Download the custom CookiePrime Tag Template definition file using the secure button link below.
Open your Google Tag Manager dashboard container, go to Templates, click New under Tag Templates. To publish the template, click on the 3 dots (More menu) and select Import. Upload the downloaded `.tpl` file and save.
Go to Tags, click New, and select the newly imported CookiePrime CMP definition block. Enter your unique API Key.
Banner Trigger: Set the tag trigger to fire on Consent Initialization - All Pages. This ensures the banner fires first on all pages before any tracking occurs.
Analytics Trigger: Ensure your analytics and marketing tags (e.g., GA4, Facebook Pixel) are set to trigger on standard All Pages (NOT Initialization) so they do not interfere with the banner.
Save your configurations, then click Submit and Publish your workspace.
Advanced Consent Mode v2 Support
The template automatically configures the 4 native core Google signals (ad_storage, analytics_storage, ad_user_data, and ad_personalization) in their secure default state, applying a standard wait_for_update: 500ms fallback window to eliminate latency drop-offs.
Copy and paste a single asynchronous content asset tag into your core site markup to instantiate automatic tracking intercept definitions.
Header Script Block
Paste the following script element directly at the absolute top of your website's primary <head> template block. To prevent data leakage, ensure this element processes before other inline tracking elements.
<!-- Global CookiePrime Privacy Architecture Engine -->
<scriptsrc="https://storage.googleapis.com/cookieprime_bucket/public/loader.js"data-id="YOUR_SITE_ID_OR_API_KEY">
</script>
Replace the placeholder data-id parameter string with your real dashboard license key to establish a secure client connection.