简体   繁体   English

如何在Flurry Analytics中过滤设备?

[英]How to filter devices in Flurry analytics?

We are beginning to use Flurry analytics in our iOS applications, but the production data is polluted by emulator sessions and QA device sessions. 我们开始在iOS应用程序中使用Flurry分析,但是生产数据受到模拟器会话和QA设备会话的污染。

Is it possible to avoid that in other ways than by using separate Flurry accounts for dev/QA and production? 除了使用单独的Flurry帐户进行开发/质量检查和生产之外,还有其他方法可以避免这种情况吗? I cannot find options to filter data in the Flurry admin console. 我在Flurry管理控制台中找不到用于过滤数据的选项。

I have read suggestions to use an invalid key for non-release configurations, is there nothing better? 我已阅读有关将无效密钥用于非发行版配置的建议,还有没有更好的选择?

Using a separate API key for testing/development and for the live version of the app is the best way to prevent test sessions from mixing with your live data. 使用单独的API密钥进行测试/开发和应用程序的实时版本是防止测试会话与实时数据混合的最佳方法。 You can solve the problem going forward by creating a new project for future testing. 您可以通过创建一个新项目以进行将来的测试来解决将来的问题。

Looking backwards one way to filter out the data would be to use the time frame filters to remove the testing data from the metrics display. 向后看,一种过滤数据的方法是使用时间范围过滤器从指标显示中删除测试数据。

If you have specific app versions that contain only testing data those can be deleted individually, but be very cautious with this approach. 如果您有仅包含测试数据的特定应用程序版本,则可以单独删除这些版本,但请谨慎使用此方法。 Version deletion is irreversible. 版本删除是不可逆的。

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

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