GoogleAnalyticsTracker店全 [英] GoogleAnalyticsTracker Store full

查看:89
本文介绍了GoogleAnalyticsTracker店全的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我见过一对夫妇在这个网站类似的帖子,但是没有人有任何回应,所以我要发布我的问题。

I've seen a couple of similar posts on this site, but neither one had any response so I'm going to post my issue.

我碰到GoogleAnalyticsTracker以下警告:存储满。不存储最后一个事件。

I'm getting the following warnings from GoogleAnalyticsTracker: Store full. Not storing last event.

我在我的Andr​​oid应用程序中使用GoogleAnalyticsTracker存储分析。这一切都执行正常,除了上述警告,但没有数据似乎因为我每次检查它有什么也没有时间越来越谷歌分析。

I'm using GoogleAnalyticsTracker in my Android app to store analytics. It all executes fine, except for the above warnings, however no data seems to be getting to Google Analytics since every time I check it there's nothing there.

GoogleAnalyticsTracker tracker;
tracker = GoogleAnalyticsTracker.getInstance();
tracker.startNewSession(GA_ID , this);

// i've got a bunch of these throughout my activity
tracker.trackEvent("BTN CLICK", "myactivity", "some info",n);

从谷歌任何人都可以提供这方面的一些信息?

Can anyone from Google provide some info on this?

推荐答案

您需要手动调用调度推存储事件或更好明星与autamatic调度与给予的间隔。

you need to manually call dispatch to push stored events or better star with autamatic dispatch with giving an interval.

改成这样,你的活动将被推到每10秒内分析。
    tracker.startNewSession(GA_ID,10,本);

Change it to this, and your events will pushed to analytics every 10 seconds. tracker.startNewSession(GA_ID , 10, this);

这篇关于GoogleAnalyticsTracker店全的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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