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

pooya picture pooya · Dec 7, 2011 · Viewed 29.9k times · Source

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

Answer

Crayon Violent picture Crayon Violent · Dec 7, 2011

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