Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Limit for custom parameters of custom Firebase Analytics events?

I didn't find this in the documentation - is there some limit on the number of custom parameter a custom event might have?

The documentation does mention a limit of 25 user custom parameters, but what about event custom parameters - is there a similar limit?

like image 651
arikfr Avatar asked Jun 30 '16 06:06

arikfr


People also ask

How many parameters can be register for each project in Analytics kit?

Event parameter restrictions: You can define a maximum of 25 parameters for each event, and a maximum of 100 event parameters for each project.

How do I add parameters to Firebase events?

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.

How many conversion events can you have in Firebase?

You can enable up to 30 events per project as conversions, in addition to the five that Analytics defines by default.

What are parameters in Firebase?

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.


1 Answers

I collect the information based on all the official documentation, hope you helps

Custom Events and Parameters Limitations

  • 23 Automatic Registered Events - Source
  • 500 Custom Events - Source and Source
  • Up to 25 custom parameters per event - Source
  • Up to 50 custom event parameters per project - Source
  • From the 50 custom parameters only 40 must be numeric (Long, Double) and 10 textual (String) values - Source
  • Parameter names can be up to 40 characters long alfanumeric with underscores - Source
  • Parameter textual values can be up to 100 characters long - Source
  • Up to 30 events per project as conversions - Source
like image 75
Martín Serrano Avatar answered Sep 17 '22 09:09

Martín Serrano