Google analytics events not visible in dashboard

社会主义新天地 提交于 2021-02-08 06:36:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!