Skip to main content

Auto Region — Common Setups

Google Tag Manager (GA4 / Ads)

  1. Import the DigiWedge GA4 Consent Mode template.
  2. Ensure GA4/Ads tags depend on consent state (template handles this).
  3. 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.liquid and paste the snippet before the closing </head> tag.
  • Native plugins and theme apps are on the roadmap.