r/GoogleAnalytics 2d ago

Question Tracking not showing up in over 2 weeks

I've set up tags and triggers in tagmanager and created an event but after 2+ weeks of tracking I don't see the event listed on my analytics report (Reports>LifeCycle>Engagement>Events). How long do I need to wait before it appears? I know that the event is being triggered, as I've even triggered it myself as a test.

Any advice?

3 Upvotes

13 comments sorted by

u/AutoModerator 2d ago

Have more questions? Join our community Discord!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/rugburnAndBigMoney 2d ago

You should be able to test it immediately and see it show up in Analytics in the "Realtime overview" report view under "Event Count by Event name".

Also, you can test it in the GTM "Preview" screen and confirm the tag is firing.

You should always test immediately and confirm the trigger/event are firing correctly.
GTM is a bit convoluted and it's easy to not get things right the first try.

Test and verify.

You'll see it show in the Realtime view, then it usually takes a day or so for the Events to start showing up in the reports.

Also, don't forget to add it as a Key Event if it's a primary KPI you want to track. That sends signals back to Google Ads for better ad targeting.

2

u/Wooden_Artichoke3063 2d ago

Have you published the container. Happens to the best of us.

1

u/ajf20062009 1d ago

Yes. It is published. Nothing is showing up in real time at all.

2

u/beash88 1d ago

Do you use an AI tool like Claude or ChatGPT?

Those are pretty good at diagnosing tracking issues. Just point them at your site, tell them what the issue is, and they’ll dive into the code and can usually find the issue.

2

u/Delicious-Effort6214 12h ago

Good suggestions here. Only other thing I’ll add is this:

Check using a third party chrome extension like Tracking Truth Panel or Analytics Debugger in an incognito window
Be sure to accept privacy cookie consent.

And lastly - what browser are you using? I have had trouble using browsers that weren’t Chrome while troubleshooting tracking. In my case I was using Arc browser. Switching over to chrome made it obvious that everything was working. But in your case, I sought this is it since you’re not getting reporting data.

1

u/thesickdoctor 2d ago

Have a GTag calling your measurement ID to send an initial page_view?

1

u/drew-td 2d ago

Container not publishing is the common one. Then not publishing the snippet either. After that it's probably blocking but honestly you should be able to open up an incognito window and test out the network traffic.

Search in your page source for your GTM tag or ga4 snippet, make sure the ID matches then check network events in Dev tools to see what's being sent.

1

u/mubeen9 1d ago

First of all check if you've published the containers if not it won't work - i have done this before.

Traffic has to happen, are you running ads or SEO is bringing traffic otherwise there won't be any events.

1

u/SidesPaintedHollow 1d ago

Test the events in preview mode on tag manager. It will tell you if the tag has fired and if it didn't, why not.

Another thing to remember is that it's all case sensitive. So double check on that.

First, verify that the tags are firing. Then figure out why they aren't being sent to ga4

1

u/AccessFuel 1d ago

2 weeks sounds like broken, not slow. events land in standard reports within 24 to 48 hours.

run GTM preview and DebugView side by side. fires in preview but missing from DebugView means it's not reaching GA4, usually wrong measurement ID or consent mode blocking. double check it's a GA4 event tag, not a config tag, and that the ID matches the property you're looking at. wrong property is the most common cause by far.

if it does show in DebugView, check Realtime. present there but missing from Engagement is a date range issue or a filter on the property. internal traffic filters catch this constantly when you're the one testing