开发者

Problems viewing flurry data with android

开发者 https://www.devze.com 2023-03-13 04:42 出处:网络
I am using Flurry for analytics in my android app, and for one event I want to record a boolean. I am using the following code:

I am using Flurry for analytics in my android app, and for one event I want to record a boolean. I am using the following code:

FlurryAgent.logEvent(event, b);

This logs the event on Flurry.com but when I click into the event I can only see how many times it has been logged, not how many times true or false were logged.

To clarify, on Flurry.com I can't see any difference between logging and event, and logging an event with a boolean.

Does anyone know if there is anything I am missing or if it just doesn't wo开发者_StackOverflow社区rk?


It turns out that this is on the flurry bug-fixing roadmap.

0

精彩评论

暂无评论...
验证码 换一张
取 消