Android SendEvent数据显示在Google Analytics仪表板的哪个报告上?

Android SendEvent数据显示在Google Analytics仪表板的哪个报告上?,android,google-analytics,Android,Google Analytics,SendEvent数据显示在Google Analytics仪表板的哪个报告上? 以下是我的Android代码: myTracker.sendEvent("Button", "Share Button", "ArticleDisplay",LgoolgeAnalytics); 日志: 07-23 20:35:53.509: I/GAV2(8352): Thread[GAThread,5,main]: Sending hit to store 我在哪里可以看到仪表板上的sendEvent S

SendEvent数据显示在Google Analytics仪表板的哪个报告上? 以下是我的Android代码:

myTracker.sendEvent("Button", "Share Button", "ArticleDisplay",LgoolgeAnalytics);
日志:

 07-23 20:35:53.509: I/GAV2(8352): Thread[GAThread,5,main]: Sending hit to store
我在哪里可以看到仪表板上的sendEvent


Steve

答案是事件报告,其中根据方法签名
myTracker.sendEvent(字符串类别、字符串操作、字符串标签、int值)

myTracker.sendEvent(“按钮”、“共享按钮”、“文章显示”、LgoolgeAnalytics)


Google Analytics
中,如果您想查看报告,请点击
Behviour>Events>Overview

查看内容>事件下的事件报告?