是否有人知道乳清不能向谷歌分析发送事件?
代码:
GAServiceManager.getInstance().setDispatchPeriod(20);
GoogleAnalytics mGaInstance;
Tracker mGaTracker1;
mGaInstance = GoogleAnalytics.getInstance(getActivity());
mGaInstance.setDebug(true);
mGaTracker1 = mGaInstance.getTracker(Consts.ANALYTICS);
mGaTracker1.sendEvent("aa", "bb", "cc", null);
答案 0 :(得分:0)
虽然我没有用它来发送自定义事件或数据,但是api文档似乎暗示它是可能的。
参考:https://developers.google.com/analytics/devguides/collection/android/v2/customdimsmets
请注意,如果您看到logcat中的send,那么它确实已发送,但在您开始在分析网站报告网站上看到任何内容之前,最多需要24小时。