Limit for custom parameters of custom Firebase Analytics events?

17,249

Solution 1

Both event and user parameters are limited to 25.

LogEvent method docs: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics#public-method-summary

Solution 2

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

Solution 3

Custom-parameter reporting limits (2020)

You can identify up to 100 custom event parameters per project (50 numeric and 50 text) to include in reporting by registering those parameters with their corresponding events.

The ability to create up to 100 parameters is available with App + Web properties. If you're using Google Analytics for Firebase, you need to upgrade to an App + Web property.

If you are not using an App + Web property, then you can identify up to 50 parameters per project (40 numeric and 10 text).

More details : https://support.google.com/firebase/answer/7397304

Solution 4

Custom-parameter reporting limits (2019)

Firebase lets you specify up to 25 custom parameters per event (Android or iOS).

You can also identify up to 50 custom event parameters per project (40 numeric and 10 textual) to include in reporting by registering those parameters with their corresponding events. Once you register your custom parameters, Firebase displays a corresponding data card in each related event-detail report.

Each parameter that you specify counts toward the project limit of 50. For example, if you specify the same parameter for 3 different events, then that counts as 3 of your 50.

Source: https://support.google.com/firebase/answer/7397304

Share:
17,249
arikfr
Author by

arikfr

Making stuff happen @ EverythingMe; Creator of re:dash; Creative Geek, Problem Solver #SOreadytohelp

Updated on June 17, 2022

Comments

  • arikfr
    arikfr about 2 years

    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?

  • Sagar
    Sagar about 5 years
    Don't miss the last point of the answer. As mentioned, even if you specify the same parameter for multiple events, all those same-named parameters would be considered different and each of those would count against your limit of 50.
  • Prasad Pawar
    Prasad Pawar almost 5 years
    Note: If you add the same custom parameter in 3 different events, it will be counted as 3 out of your 50 quota.
  • Venka Tesh user5397700
    Venka Tesh user5397700 almost 5 years
    Martin Daniel - for predefined parameter value character count is 100 or 10
  • Martín Serrano
    Martín Serrano almost 5 years
    @VenkaTeshuser5397700 the limit is 50 custom events which only could be 40 numeric values (Long, Double) and 10 alphanumeric (Strings with 100 characters long)
  • Venka Tesh user5397700
    Venka Tesh user5397700 almost 5 years
    Thanks martin Daniel. i have faced some issue in fire base analytics predefined value can you please help me details in stackoverflow.com/questions/57660104/…
  • Martín Serrano
    Martín Serrano almost 5 years
    I just answer your question @VenkaTeshuser5397700
  • iamcastelli
    iamcastelli about 3 years
    from the documantation:: Deprecation of custom parameter reporting I think the count will still be 1 out of 50... quoting, "With event-scoped custom dimensions and metrics, parameters are identified for property-wide dimensions and metrics, allowing you to create a single dimension or metric based on a parameter and report on it for as many events as you wish."
  • iamcastelli
    iamcastelli about 3 years
    @PrasadPawar as of 2021, from the documantation:: Deprecation of custom parameter reporting I think the count will still be 1 out of 50... quoting, "With event-scoped custom dimensions and metrics, parameters are identified for property-wide dimensions and metrics, allowing you to create a single dimension or metric based on a parameter and report on it for as many events as you wish."