简体   繁体   English

Flurry Analytics和Angularjs不在仪表板上显示更改

[英]Flurry Analytics and Angularjs not show changes in Dashboard

I added Flurry to my Angularjs project following this link and I added a couple of events. 我通过此链接将Flurry添加到了Angularjs项目中,并添加了一些事件。

In the View: 在视图中:

<div class="row button no-gutters">
    <button analytics-on="click" analytics-event="Button search action" analytics-category="Commands" class="buttonSubmit" ng-click="searchAction()"</button>
</div>

In the Controller: 在控制器中:

$analytics.eventTrack('in home');

Automatically this two events appears in my Flurry Dashboard and are showed in the Event Logs: 这两个事件自动显示在我的Flurry仪表板上,并显示在事件日志中:

在此处输入图片说明

But in "Event Summary" of my Flurry Dashboard all values is always 0 and don't change. 但是在我的Flurry Dashboard的“事件摘要”中,所有值始终为0,并且不会更改。 I don't have any errors in the web browser console. 我在网络浏览器控制台中没有任何错误。

在此处输入图片说明

This values should be change, right? 这个值应该改变吧? Any idea? 任何想法?

Solved! 解决了! Flurry needs 24h for update all statistics. Flurry需要24小时来更新所有统计信息。

I don't delete this question because it's a bit confusing that Flurry doesn't update all statistics (event logs appears before all statistics) in real time the first time. 我不会删除此问题,因为Flurry不会在第一时间实时更新所有统计信息(事件日志出现在所有统计信息之前)有点令人困惑。

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

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