Firebase Analytics. Can not add custom parameter to event

不打扰是莪最后的温柔 提交于 2019-12-11 01:57:22

问题


I am trying to add a parameter to my event, but receiving an error "Internal error Please try again later".

I have no registered any parameter yet (0 text and 0 number). After pressing save button I receive following error messages

  • Internal error. Please try again later. (in the center)

  • One or more parameters have not been registered. Please try again (in the top right side)

Here is the steps...

  1. Add the parameter

  1. Select parameter type "Text"

  1. After "Save" button click, I'm receiving fallowing error messages


回答1:


The problem associated with Firebase configuration limits 10 text or 40 numeric parameters per PROJECT.

In the past, configuration limits for Firebase projects are enforced independently on each of the apps. Moving forward, Firebase will impose these configurations at the project level for future enhancements of the product.

So, you’re getting an Internal error message because you already reached the limit of 10 text or 40 numeric parameters per project. If you wish to add a text/numerical parameter, please do check the app (or other apps in the project) and delete some that are not active or irrelevant. See this page for more information. https://support.google.com/firebase/answer/7397304?hl=en

I know that the current message doesn’t tell that much, but I'm sure they will update it soon.




回答2:


Wait until the next day. The website seems to get confused if you've recently added or removed some custom parameters.



来源:https://stackoverflow.com/questions/50444135/firebase-analytics-can-not-add-custom-parameter-to-event

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!