Maximum number of Event Action created in Google analytics

本秂侑毒 提交于 2019-12-25 03:12:40

问题


I have a question related with google analytics. First I am using free account of google analytics and using Measurement protocal. I am using this because I want to track desktop applications.

I want to know how many Event Action we can create which is shown under Behavior / Events / Top Events and Then Event Action. For more specific information please see in below image.

I am asking this question because I have to deploy this solution on 12000 customers and so it will create atleast 12000 event action and each have seperate list of events. I am specifically interested to know that is there are any limit for Event Action.

Thanks,


回答1:


You have the limits Ethaan mentioned, but these are related to how you track them. If you change the cid, so it looks like it comes from a different user every hit you send this should not be a problem.

Once you are past that issue what you have here is a problem of cardinality. Google Analytics allows you to send as many events as you want, but when you do a report it might show you only a subset of these events.

It's currently limited to 50,000 different combinations of category + action + label for events. If you have more than that in any given report Google Analytics might group some inside a row called (other)

https://support.google.com/analytics/answer/1009671?hl=en



来源:https://stackoverflow.com/questions/28212217/maximum-number-of-event-action-created-in-google-analytics

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