问题
I'm trying to track clicks on the page. I have added GA script to my page and I can see the traffic. The next step is to track click on given button. I have added following script to my buttons:
onclick=gtag('event', 'Click g-store top', {
'event_category' : 'ButtonClick',
'event_label' : 'Click to google play'
});
I can see the events flowing to my dashboard under "Realtime" label as events in last 30min.
But I can't see them in more persistent way under Engagement -> Events. What am I missing ?
回答1:
As stated by Michele Pasani, you need to wait at least 12-24h until the events show up in the "All events" page
来源:https://stackoverflow.com/questions/64577010/google-analytics-events-not-visible-in-dashboard