You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theres no other way to include additional parâmeters to an automatic event such as screen_view without the usage of
setDefaultEventParameters.
What I really need is the implementation of the setDefaultEventParameters()
val parameters = Bundle().apply {
this.putString("level_name", "Caverns01")
this.putInt("level_difficulty", 4)
}
Oh thank you very much! I will be attentive in case of any answer.
There are many automatic events that I am not having control over because I cannot set the standard parameters that I have for my custom events :/
Theres no other way to include additional parâmeters to an automatic event such as screen_view without the usage of
setDefaultEventParameters.
What I really need is the implementation of the setDefaultEventParameters()
val parameters = Bundle().apply {
this.putString("level_name", "Caverns01")
this.putInt("level_difficulty", 4)
}
firebaseAnalytics.setDefaultEventParameters(parameters)
https://firebase.google.com/docs/analytics/events?platform=android
The text was updated successfully, but these errors were encountered: