如何从Google AnalyticsAPI中读取自定义事件(例如,在gapi.class.php
的帮助下)?
如果我有三个事件(myEvent1,myEvent2和myEvent3)并且它们都属于eventCategory myEventCategory,我该如何读取该数据?
我一直在搜索API文档,但没有找到有关检索事件跟踪结果的信息。
答案 0 :(得分:48)
您可以将dimensions设置为:
ga:eventCategory, ga:eventAction, ga:eventLabel
然后你将filter设置为:
ga:eventCategory==myEventCategory