Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,当我尝试检索该事件以及参数时,我有一个已发生 1000 多次的事件,我仅获得 500 个参数值。
有什么方法可以获取所有记录吗?
API调用:
http://api.flurry.com/eventMetrics/EventapiAccessCode=APIACCESSCODE&apiKey=APIKEY&startDate=STARTDATE&endDate=ENDDATE&eventName=EVENTNAME&versionName=VERSIONNAME
谢谢
Event 参数显示前 500 个值。前 500 名之外的所有参数值都归入“其他”。
(全面披露:我在 Flurry 的支持团队工作)
似乎没有办法深入了解前 500 个值之外的信息。
目前没有办法深入到前 500 名之外的值。如果您需要更多信息,一种最佳做法是为参数值创建分组(例如,如果值可以是单独的数字,例如,创建“1-10”、“11-20”等组,而不是而不是存储每个单独的值)。
https://developer.yahoo.com/flurry/docs/faq/events/