简体   繁体   English

您可以在Google Analytics for iOS中跟踪的最大事件数量是多少?

[英]is there a maximum number of events you can track in Google Analytics for iOS?

Thanks in advance for the assistance. 在此先感谢您的帮助。 I recently ran into an issue with a clients app using Flurry Analytics. 我最近使用Flurry Analytics遇到了客户端应用程序的问题。 There is a maximum number of 300 events that can be tracked (each event can have a total of 10 different paramaters) I need to track more then 300 events for this client. 最多可以跟踪300个事件(每个事件总共可以有10个不同的参数)我需要跟踪该客户端的300多个事件。

Does Google Analytics have a maximum number of events that can be tracked? Google Analytics(分析)是否具有可跟踪的最大事件数?

(the reason for the high number of tracked events for those who are curious is because the client has a database of about 15000 products, and wants to know how users are interacting with the products, additionally they want to track the search terms that users are searching for, thus the need for a HUGE number of events to be tracked....) (对于那些好奇的人来说,跟踪事件数量很多的原因是因为客户拥有大约15000种产品的数据库,并且想知道用户如何与产品进行交互,另外他们想要跟踪用户的搜索条件。搜索,因此需要跟踪大量的事件....)

There is a limit of 10 million hits (could be events, page views etc) per month. 每月有1000万次点击(可能是活动,页面浏览量等)。 Read specifics at https://developers.google.com/analytics/devguides/collection/gajs/limits-quotas . 请访问https://developers.google.com/analytics/devguides/collection/gajs/limits-quotas,了解详细信息。 This is the free version. 这是免费版。 The Premium version supports higher data limits. Premium版本支持更高的数据限制。 https://www.google.com/analytics/360-suite/#?modal_active=none https://www.google.com/analytics/360-suite/#?modal_active=none

在5秒的时间内还有10个事件( _trackEvent )限制。

Thought it might be helpful to clarify, considering the changes that Google made in Oct '12. 考虑到谷歌在12年10月所做的改变,认为澄清可能会有所帮助。

https://developers.google.com/analytics/devguides/collection/other/limits-quotas https://developers.google.com/analytics/devguides/collection/other/limits-quotas

10 million hits per month per web property - If you go over this limit, the Google Analytics team might contact you and ask you upgrade to Premium or implement client sampling to reduce the amount of data being sent to Google Analytics. 每个网络资产每月点击1000万次 - 如果超过此限制,Google Analytics小组可能会与您联系并要求您升级到Premium或实施客户端抽样,以减少发送到Google Analytics的数据量。

... ...

ga.js or Legacy Libraries This applies to ga.js, mobile snippets and any other legacy tracking library. ga.js或旧版库这适用于ga.js,移动代码段和任何其他旧版跟踪库。 500 hits per session not including ecommerce (item and transaction hit types) If you go over this limit, additional hits will not be processed for that session. 每次会话500次点击不包括电子商务(项目和交易点击类型)如果超过此限制,则不会为该会话处理其他点击。

... ...

ga.js Each web property starts with 10 hits that are replenished at 1 hit per second. ga.js每个网站属性都以10次点击开始,每秒点击一次。 Applies only to event type hits. 仅适用于事件类型匹配。

analytics.js Each web property starts with 20 hits that are replenished at 2 hit per second. analytics.js每个网络媒体资源以20次点击开始,每秒点击次数为2次。 Applies to All hits. 适用于所有点击。

Android SDK For each tracker instance on a device, each app instance starts with 60 hits that are replenished at 1 hit every 2 seconds. Android SDK对于设备上的每个跟踪器实例,每个应用程序实例以60次点击开始,每2秒以1次点击进行补充。 Applies to All hits. 适用于所有点击。

iOS SDK Each property starts with 60 hits that are replenished at 1 hit every 2 seconds. iOS SDK每个属性都以60次点击开始,每2秒点击一次。 Applies to All hits. 适用于所有点击。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM