Limit for custom parameters of custom Firebase Analytics events?

后端 未结 4 1848
执笔经年
执笔经年 2020-12-31 20:39

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

相关标签:
4条回答
  • 2020-12-31 21:19

    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

    0 讨论(0)
  • 2020-12-31 21:30

    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
    0 讨论(0)
  • 2020-12-31 21:31

    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

    0 讨论(0)
  • 2020-12-31 21:43

    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

    0 讨论(0)
提交回复
热议问题