Google 分析中的事件标签和类别

Event Label and Category in Google Analytics

我在 Google Analytics 中实施事件跟踪时遇到问题。

这是我使用的代码:

<a id="x" class="herolink" onClick="ga('send', 'event', 'banner_click', 'banner', 'events');" href="https://example.com"> <img id="y" src="http://example.com/y.jpg" />

语法正确吗?当我按事件标签和类别过滤时,我没有看到任何结果。

查看您的实时报告,因为在处理数据之前您将无法在标准报告中看到数据,这最多可能需要 24 小时。语法看起来正确。还要检查 Google Analytics 调试器工具(Chrome 插件)以查看命中。如果你能在RT中看到事件,那么你应该没问题,只需要等待处理数据即可。