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

ios – 有没有办法从Flurry API获取报告的用户ID?,第1张

概述我有一个使用Flurry的iOS游戏,所以我通过[Flurry setUserID:@“USER_ID”]向每个玩家发送Flurry唯一ID,几个小时后我从“Flurry Page> Events> Event”中获取此ID记录>下载CSV“以在我的内部系统中绑定用户(如 Flurry User ID is it evil?所示);但这是一个手动过程,需要花费很多时间. 有没有办法从Flurry 我有一个使用Flurry的iOS游戏,所以我通过[Flurry setUserID:@“USER_ID”]向每个玩家发送Flurry唯一ID,几个小时后我从“Flurry Page> Events> Event”中获取此ID记录>下载CSV“以在我的内部系统中绑定用户(如 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.

@H_404_57@ 总结

以上是内存溢出为你收集整理的ios – 有没有办法从Flurry API获取报告的用户ID?全部内容,希望文章能够帮你解决ios – 有没有办法从Flurry API获取报告的用户ID?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1021005.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存