Event filter with param name

734 views
Skip to first unread message

Ufuk Gurbulak

unread,
May 7, 2023, 11:59:22 AM5/7/23
to Firebase Google Group

Hello,

I am using the following method to send some events with Firebase:

csharp
public void SendEvent(string eventName, string paramName, int count) { FirebaseAnalytics.LogEvent(eventName, paramName, count); Log.Info("eventSended:" + eventName + " " + paramName + " " + count); }

However, I cannot filter these events in the Firebase analytics side. For example, consider the levelload event, I send the paramName as levelNo for each level load. But when it comes to filtering it, I cannot filter it in the analytics tool. How can I do this?

sumitc...@google.com

unread,
May 11, 2023, 2:42:28 PM5/11/23
to Firebase Google Group
Hi Ufuk,

It is possible to apply event parameter-level filtering in the Firebase console using the steps below:

1. Go to the Firebase console and select the Analytics dashboard from the left-hand side navigation panel.
2. Scroll down to the Events card.
3. Click on "View Events" from the card.
4. On the "Events" page, click on the "Add Filter" button under the event name.
5. Configure and apply the desired filter

Note that there are also many more powerful reporting, data exploration and filtering tools available directly in the Google Analytics console. You can access it by clicking on the "View in Google Analytics" navigation link at the top right of the page when visiting the Analytics dashboard in the Firebase console.

Hope that helps!
-Sumit
Reply all
Reply to author
Forward
0 new messages