Google analytics 谷歌分析阅读报告-点击事件详情?

Google analytics 谷歌分析阅读报告-点击事件详情?,google-analytics,Google Analytics,我正在使用google analytics,并将此代码用作捕获点击事件的示例 ga('send', { 'hitType': 'event', // Required. 'eventCategory': 'button', // Required. 'eventAction': 'click', // Required. 'eventLabel': 'nav buttons', 'eventValue': 4 }); 我在报告中的哪里可以找到

我正在使用google analytics,并将此代码用作捕获点击事件的示例

ga('send', {
  'hitType': 'event',          // Required.
  'eventCategory': 'button',   // Required.
  'eventAction': 'click',      // Required.
  'eventLabel': 'nav buttons',
  'eventValue': 4
});
我在报告中的哪里可以找到这些数据

我能找到的是event catgory buton,但我找不到使用eventValue 4单击此按钮的位置


你能帮忙吗。

我很确定你误解了“活动价值”的含义——这是非电子商务活动的货币化。这意味着事件值是一个度量,这反过来意味着多个事件的值将相加

因此,唯一可能看到值“4”的情况是隔离单个事件。否则,您将看到具有所选类别/操作/标签(取决于报告)的所有事件的总数(或平均值)