Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试跟踪页面上的点击次数。我已将 GA 脚本添加到我的页面,我可以看到流量。下一步是跟踪给定按钮的点击。我在按钮中添加了以下脚本:
onclick=gtag('event', 'Click g-store top', { 'event_category' : 'ButtonClick', 'event_label' : 'Click to google play' });
我可以看到在“实时”标签下流向我的仪表板的事件作为过去 30 分钟内的事件。
但我无法在 Engagement -> Events 下以更持久的方式看到它们。我错过了什么?
正如 Michele Pasani 所说,您需要等待至少 12-24 小时,直到事件显示在“所有事件”页面中