firebasegoogle-analytics

Firebase analytics custom event parameter


I use Firebase in my project and I want to log some custom event with my custom event parameters, but I wasn't able to find where I can setup my event parameters. When I try to look for it online, their Firebase console works differently from mine, probably because the tutorials is a few years old. But I really can't find it.

Logging event itself works fine.


Solution

  • If you're using Firebase console I think that what you're looking for is located in Analytics > Custom Definitions as you can see below.

    enter image description here

    You should see a button called "Create custom dimensions".

    enter image description here

    By clicking on it you should be able to create your custom events.

    enter image description here