Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of setDefaultEventParameters #161

Open
hcondottalima opened this issue May 2, 2023 · 3 comments
Open

Implementation of setDefaultEventParameters #161

hcondottalima opened this issue May 2, 2023 · 3 comments

Comments

@hcondottalima
Copy link

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

@BkMiguel12
Copy link

Hey @hcondottalima did you find a way to send parameters along all requests?

@hcondottalima
Copy link
Author

Hello @BkMiguel12, actually i didnt, but I can check with our devs if they found a workaround.

@BkMiguel12
Copy link

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 :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants