Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 660
pooya Avatar asked Dec 07 '11 16:12

pooya


People also ask

Can I delete events from Google Analytics?

If you need to delete data from the Analytics servers for any reason, then you can use a data-deletion request to issue a request for its removal. You can have a maximum of 12 active (in grace period / pending deletion) requests per property at any one time.


1 Answers

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

like image 62
Crayon Violent Avatar answered Oct 05 '22 23:10

Crayon Violent