Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete an Analytics Event from Firebase

Tags:

How can I delete an Analytics Event from Firebase?

While I am testing I wrote some events in Firebase Analytics. Firebase by default orders all events alphabetically. So these testing events interrupts with original events.

I could arrange them by count to push all the testing events to last. But it makes difficult to find the main events since those are not alphabetically sorted.

I didn't find any options in Firebase dashboard to delete a event. Is there a way to delete the old events from firebase?

like image 740
Ashok Varma Avatar asked May 26 '16 04:05

Ashok Varma


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.

How do I view events in Firebase Analytics?

View events in the dashboard You can access this data from the Events dashboard in the Firebase console. This dashboard shows the event reports that are automatically created for each distinct type of event logged by your app.

Is Firebase Analytics same as Google Analytics?

Google analytics also supported mobile analytics though android and IOS sdk's which sent Screen hits to google analytics. There was a difference between Mobile and web google analytics accounts. Firebase is a platform developed by Google for creating mobile and web applications.


1 Answers

There is currently no way to delete events once they are logged into Firebase Analytics that I am aware of. However, the events will drift out of the default view (which is set to "last 30 days") as time goes on, or you can switch the time period to a shorter time. As you mentioned, you can also click a column header to sort by some other value or "add filter" to filter by an audience or user property.

like image 89
AdamK Avatar answered Sep 18 '22 13:09

AdamK