How to delete a event from event tracking of Googl

2019-03-10 15:43发布

I send some event to Google Analytics using this function

_gaq.push(['_trackEvent',category,action,label,value]);

but I sent them just for testing my code and now I want to delete them and start real tracking. How can I delete them?should I use any code for this?

PS:I see my testing result in content>EventTracking section

2条回答
The star\"
2楼-- · 2019-03-10 16:22

You can create a Custom Report. There is a Filters section that will allow you to filter out specific event categories, actions, labels, etc. In the example shown below, I am filtering out categories/actions that contain the word "test":

enter image description here

查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-03-10 16:39

You cannot delete it. That is why it is important to setup a test profile to send data to while you implement/qa.

查看更多
登录 后发表回答