有没有得到报道从乱舞API用户ID的方法吗? [英] Is there a way to get reported User ID from Flurry API?

查看:235
本文介绍了有没有得到报道从乱舞API用户ID的方法吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用乱舞的的iOS游戏,所以我送到乱舞唯一ID为每个玩家槽[乱舞setUserID:@USER_ID]有些小时后我得到这个ID从的乱舞页>活动>事件日志>下载CSV,以配合用户在我的内部系统(如乱舞用户ID ?它邪恶注明);但是这是一个手动过程,并采取了很多时间。

有没有办法摆脱乱舞API此事件日志?我目前使用的:

<$p$p><$c$c>http://api.flurry.com/eventMetrics/Event?apiAccess$c$c=APIACCESS$c$c&apiKey=APIKEY&startDate=STARTDATE&endDate=ENDDATE&eventName=EVENTNAME&versionName=VERSIONNAME

作为乱舞指示( HTTP://support.flurry .COM /的index.php?标题= API / code / EventMetrics ),但这仅给出一个总结。

感谢


解决方案

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


  

感谢您对Flurry的技术支持部门联系。我会很乐意
  回答你的问题。


  
  

我怕的原始数据API不再可用,因为它是被
  淘汰。道歉的任何不便。


  
  

然而,作为替代的原始数据API,我们引入了
  功能,您可以下载原始的事件日志的100,000行
  在活动 - >事件日志的左侧导航。只要下载
  常常让你不会错过任何东西。


  
  

在乱舞的用户ID可在事件日志下段,
  只要你设置它来收集。


  
  

用户ID使用此code设置:FlurryAgent.setUserID(字符串);


  
  

乱舞用户ID可以被用来绑一个用户返回到您的内部
  系统。该用户ID将与用户通过沿游出
  事件日志。它是由你来确保用户ID是唯一的
  每个单独的用户。强烈建议寻求用户权限
  之前收集的任何数据的分析。


  
  

请让我知道如果我能进一步协助。


I have an iOS game using Flurry, so I'm sending to Flurry unique IDs for each player trough [Flurry setUserID:@"USER_ID"] and after some hours I'm getting this ID's from "Flurry Page >Events > Event Logs > Download CSV" to tie a user in my internal systems (as Flurry User ID is it evil? indicate); but this is a manual process and take a lot of time.

Is there a way to get this Event Logs from Flurry API? I'm currently using:

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

as Flurry indicates (http://support.flurry.com/index.php?title=API/Code/EventMetrics) but this gives only a summary.

Thanks

解决方案

I contacted the Technical support, take a look at their answer

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.

这篇关于有没有得到报道从乱舞API用户ID的方法吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆