如何从Google Analytics(分析)API中读取自定义事件(例如,在gapi.class.php
的帮助下)?
如果我有三个事件(myEvent1,myEvent2和myEvent3),它们都属于eventCategory myEventCategory,我该如何读取数据?
我一直在搜索API文档,但是在检索事件跟踪的结果时没有发现任何东西。
最佳答案
您可以将dimensions设置为:ga:eventCategory, ga:eventAction, ga:eventLabel
然后将filter设置为:ga:eventCategory==myEventCategory