Hey everyone,
I’m setting up GA4 on my Wix site using Google Tag Manager. I’ve followed the official recommendations:
- GTM installed via Wix settings
- GA4 Config tag fires on Consent Initialization with
send_page_view: false
- GA4 Event tag (
page_view
) fires on a Custom Event trigger (Pageview
) page_location
uses{{Page URL}}
andpage_title
is a custom JS variable (document.title
)- All tags fire correctly in GTM Preview, and
Pageview
events show up in the dataLayer
But… nothing shows in GA4 DebugView.
No page_view
events, no test events — nothing, no real-time activity,etc.
Anyone run into this or found a fix for GA4 DebugView not picking up events from GTM on Wix?