Skip to main content

Common Setups (GTM • SPA • WordPress • Shopify)

Google Tag Manager (GA4/Ads)

  1. Import the GA4 Consent Mode template.
  2. GA4 waits for consent automatically; marketing tags respect category choices.

Single‑Page Apps

  • Include the snippet once; state persists across routes.
  • SSR: add the snippet to your base HTML template.

WordPress / Shopify

  • WordPress: install the DigiWedge CMP plugin for Consent Mode, strict blocking, and diagnostics. Remove any hard-coded CMP snippet after activation so the plugin owns script injection.
  • Shopify: edit theme.liquid and paste before </head> (plugin coming soon).