Single source of truth for technical integration, Google Tag (GTG) rules, banner standards, and Frequently Asked Questions.
CookiePrime provides native support for Google Consent Mode v2 across all 4 mandatory consent signals: ad_storage, analytics_storage, ad_user_data, and ad_personalization. Note that Google Consent Mode is a technical signal transmission layer and is not intended to replace or solve for any single regulatory requirement on its own.
In Basic Consent Mode, Google tags (such as Google Analytics 4, Google Ads, or Floodlight) are completely blocked from loading or executing on the page until the user explicitly interacts with the banner and provides affirmative consent.
gtag('consent', 'update') followed by a cookie_consent_updated event in the DataLayer to fire the tags.In Advanced Consent Mode, Google tags load immediately when the page loads, but they initialize with all consent signals set to denied.
gtag('consent', 'update') command updating signals to granted. Tags then transition seamlessly to collecting full analytics and advertising data.wait_for_update: 500ms) to prevent data loss.Advertisers can easily switch between Basic and Advanced mode or completely disable Consent Mode commands through the CookiePrime Graphical Dashboard (under Banner > Google Consent Mode) or via script attributes:
data-advanced-mode="true" and data-wait-for-update="0" on the loader script, or select "Advanced Mode" in the UI.data-consent-mode="false" or disable Consent Mode in the UI. CookiePrime will immediately fall back to hard script blocking without issuing gtag() commands.Proper execution order is critical to ensure Google Consent Mode signals are set before tags process user data.
What is Google Tag (GTG)? GTG is Google's unified tagging framework (used by GA4 and Google Ads) that automatically detects consent state on the page.
Automated "one-click" CDN script injection offered by various CMS platforms or plugins often strips customer control over execution order. If Google Tags fire before the CMP sets its default consent state, signals will be flagged as "late."
Mandatory Requirement: The CookiePrime script (or the CookiePrime GTM Template default command) MUST load and execute BEFORE any Google Tags fire on the page.
google-analytics.com/g/collect.gcs (Google Consent Status) and gcd parameters in the request URL payload. If present, the tag is enrolled in GTG.CookiePrime provides an interactive Debugger to verify script load order and proactively flag configuration errors.
Site administrators can verify their setup interactively by appending ?cookieprime_debug=true to their URL or opening the browser console (F12). The console will display real-time execution logs:
If CookiePrime Debug Mode or Google Tag Assistant flags a consent command as "Late" (meaning Google tags fired before the default consent command was set):
<head> element.Deploy CookiePrime across Google Tag Manager, WordPress, Shopify, BigCommerce, or Custom HTML setups.
Deploy CookiePrime codelessly via our custom GTM Tag Template.
Secure your BigCommerce storefront with automated, seamlessly integrated privacy enforcement.
NOW LIVE IN BIGCOMMERCE APP STORE
Integrated natively with the WP Consent API. Download our official CookiePrime WordPress Plugin.
Integrated natively with Shopify's Customer Privacy API.
NOW LIVE IN SHOPIFY APP STORE
Paste the loader snippet at the absolute top of your <head> element:
IMPORTANT: All clients and website administrators implementing CookiePrime must direct initial troubleshooting inquiries regarding Consent Mode, missing GTM signals, or banner behaviors to **CookiePrime Support FIRST**, rather than Google.
Google Support requires proof of prior contact and escalation with CookiePrime Support before investigating tagging discrepancies on client sites.
CookiePrime provides staffed technical support covering Consent Mode v2 implementation, banner GUI customization, script interception, and continuous troubleshooting:
samir.moukhliss@cookieprime.comFind answers to common queries about CookiePrime, multi-platform integrations, and mobile privacy infrastructure.
CookiePrime is a high-performance consent management infrastructure built specifically for developers. We deliver automated cookie auditing, geographic-aware responsive banner themes, and advanced compilation interception code scripts for native mobile platforms.
Our website consent trial runs completely unrestricted for 10 days. No credit card strings or billing fields are required—all you need to connect is a valid development email interface.
Paste our unified script element as the absolute first node inside your website's main <head> block:
Replace the data-id string with the real token generated inside your client dashboard.
Yes. We provide a lightweight, secure custom .tpl Tag Template container. Importing this template into GTM cleanly activates Google Consent Mode v2 variables and schedules dataLayer hooks automatically without forcing manual block writing into your source templates.
Unlike standard web wrappers that try to block tracers at the network layer, our lightweight 420KB Kotlin library utilizes deep class loading and DEX compilation analysis. It catches and intercept tracking payloads exactly at their instantiation runtime phase.
Package Whitelisting lets engineers protect trusted modules or internal application monitoring libraries from default blocking loops. By adding specific class namespaces to your whitelisted configuration array during initialization, those packages are completely skipped by the automated interceptor loop, guaranteeing uninterrupted execution.
The compiler trace logs comprehensively scan for over 27+ industry-standard SDK signatures out-of-the-box. This includes full detection for Firebase Analytics, the Facebook SDK, Google AdMob, and AppsFlyer, alongside deep category sorting for variables like crash_reporting and anonymous pattern trackers.
For high-risk environments, every single user transaction state change generates an immutable SHA-256 ledger token locally inside the sandbox. This tamper-proof audit trail creates secure proof of interaction that helps operators easily verify compliance metrics for regulatory inspections.
If you see tag latency drops or signal matching faults during testing, please **contact our support engineers first at support@cookieprime.com**. We will analyze your container and template lifecycle values to fix any mapping errors quickly.
Stores utilizing our native App Store integrations on Shopify or BigCommerce are enrolled in a unified, flat-rate Professional plan at $6.00/mo.
Per strict App Store regulatory ecosystem guidelines, all software subscriptions, application charges, and license matrices must be securely executed via the native **Platform Billing APIs**. External payment processing gateways are entirely restricted for native app store setups.
Yes. Wix requires your site layout to operate on a **Premium Subscription Plan with a connected custom domain**. Free Wix site frames (such as standard `.wixsite.com` URLs) block external script injection scripts completely, which stops consent banners from loading.