我正在设置一个 Javascript 计时器,以仅使用以下事件跟踪代码来获取一页的现场时间:
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
当我检查“网络”选项卡时,有到 GA 的传出 ping,但在 GA 中,没有报告。
任何帮助将不胜感激!