Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
261 views
in Technique[技术] by (71.8m points)

How to delete a event from event tracking of Google Analytics?

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

question from:https://stackoverflow.com/questions/8419074/how-to-delete-a-event-from-event-tracking-of-google-analytics

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...