I create some custom parameter in my android app as the Firebase doc
//frist way
firebaseAnalytics.logEvent(FirebaseAnalytics.Event.SELECT_ITEM) {
param(FirebaseAnalytics.Param.ITEM_ID, "3")
param(FirebaseAnalytics.Param.ITEM_NAME, "requestCargo")
param(FirebaseAnalytics.Param.CONTENT_TYPE, "text")
}
//second way
firebaseAnalytics.logEvent("create_cargo") {
param("user_id", "1")
param("action_type", "videoCall")
}
enable custom events
custom reporting
tabI could not see my params user_id, action_type
But I can see that in Firebase -> Analytics -> Realtime
Please help me if you know how to show params
In Analytics for Firebase, navigate to your app. Click Events. In the row for the event you want to modify, click More > Edit parameter reporting. In the Enter parameter name field, enter the name of the parameter you'd like to register.
You can always click the Parameter reporting tab on top of the All events report to see a list of the events that have custom parameters enabled, and you can click the event name to edit the parameters. Once you see the parameter selector, you can search for the parameters name in the list.
How to find Event Parameters in the GA4 interface. If you configure nothing in GA4, the event parameters you send are still visible in the interface. In the realtime section, there is a widget “event count by event name“. If you click an event name, all parameters that are sent, are visible.
Params supply information that contextualize Events. You can associate up to 25 unique Params with each Event type. Some Params are suggested below for certain common Events, but you are not limited to these. You may supply extra Params for suggested Events or custom Params for Custom events.
I found the change.
There is a Custom definitions
in the Analytics menu
You should create your custom definitions on this page
And set the Event parameter
as your param in your app
you should wait some hours or a day. after that you can see the result on the Event
page in your event
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With