Auto Region — Common Setups
Google Tag Manager (GA4 / Ads)
- Import the DigiWedge GA4 Consent Mode template.
- Ensure GA4/Ads tags depend on consent state (template handles this).
- Publish your GTM container.
Single-page apps (SPA)
- Include the snippet once—state persists across route changes.
- Server-side rendered apps can place the snippet in the base HTML template.
WordPress / Shopify (interim)
- WordPress: use a header injection plugin (e.g. Insert Headers and Footers) and paste the snippet into
<head>. - Shopify: edit
theme.liquidand paste the snippet before the closing</head>tag. - Native plugins and theme apps are on the roadmap.