gpt4 book ai didi

ios - 有没有办法从 Flurry API 获取报告的用户 ID?

转载 作者:可可西里 更新时间:2023-11-01 06:10:07 24 4
gpt4 key购买 nike

我有一个使用 Flurry 的 iOS 游戏,所以我通过 [Flurry setUserID:@"USER_ID"] 将每个玩家的唯一 ID 发送到 Flurry,几个小时后,我从“Flurry Page >Events >”获得了这个 ID事件日志 > 下载 CSV”以绑定(bind)我内部系统中的用户(如 Flurry User ID is it evil? 所示);但这是一个手动过程,需要花费很多时间。

有没有办法从 Flurry API 获取此事件日志?我目前正在使用:

http://api.flurry.com/eventMetrics/Event?apiAccessCode=APIACCESSCODE&apiKey=APIKEY&startDate=STARTDATE&endDate=ENDDATE&eventName=EVENTNAME&versionName=VERSIONNAME

正如 Flurry 指出的那样 ( http://support.flurry.com/index.php?title=API/Code/EventMetrics ) 但这只给出了一个摘要。

谢谢

最佳答案

我联系了技术支持,看看他们的回答

Thank you for contacting Flurry Technical Support. I will be happy to answer your questions.

I'm afraid the raw data API is no longer available as it is being phased out. Apologies for any inconvenience.

However, as an alternative to the raw data API we have introduced a feature where you can download 100,000 rows of raw event logs from under "Events-->Event Logs" on the left navigation. Just download often so you don't miss anything.

The user ID on Flurry is available under the Events Logs section, provided you've set it to be collected.

The user ID is set using this code: FlurryAgent.setUserID(String);

The Flurry userID can be used to tie a user back to your internal systems. The userID will travel along with the user through out the event logs. It is up to you to ensure that the userID is unique for each individual user. It is highly recommended to seek user permission before collecting any data for analytics.

Please let me know if I can assist further.

关于ios - 有没有办法从 Flurry API 获取报告的用户 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19016536/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com