Google Analytics(分析)事件跟踪未显示

阿尔迪

我在Google Analytics(分析)中遇到此问题,无法在“行为”>“事件”>“热门事件”下找到计数的数据。

我正在使用经典分析。这是我的代码:

    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-xxxxxxxx-1']);
      _gaq.push(['_setDomainName', 'domain.com']);
      _gaq.push(['_trackPageview']);

      (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);
      })();

    </script>


    <script>
      // custom events:

      $(function() {

        $('button').each(function(){
            $(this).html($(this).data('event'));
        });

        $('button').click(function(){
            var event = $(this).data('event');
            _gaq.push(['_trackEvent', 'USER_INTERACTION', event, 'whatever babe']);
            console.log(event);
        });

      });


    </script>


    <button type="button" data-event="CLICKS_BUTTON_1"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_2"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_3"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_4"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_5"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_6"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_7"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_8"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_9"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_10"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_11"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_12"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_13"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_14"></button><br />
    <button type="button" data-event="CLICKS_BUTTON_15"></button><br />

但是,在实时部分下,事件跟踪数据出现并且可以。为了使它出现在行为>事件部分中,是否还有其他必要的事情(代码)要实现?

彼得·哈夫里克

阿尔迪

如果事件显示在“实时”报告中,则表示您一切正常,并且设置正确。

实时报告还反映了过滤器设置,因此,如果您可以在网站上看到用户触发的事件,请耐心等待并等待原始数据被处理并显示在“事件”报告中。

数据处理最近发生了变化,您可以在GA官方文档中找到所有详细信息-请参阅“数据限制”部分

处理延迟为24-48小时。每天向Google Analytics(分析)发送超过200,000次访问的标准帐户将导致每天仅刷新一次报告。每日处理从世界标准时间12:00开始,持续大约10个小时。这会将报告和指标的更新最多延迟两天。要恢复当日处理,请将您发送的访问次数减少到每天少于200,000。

希望这可以帮助。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

未显示Google Analytics(分析)事件跟踪(gtag)

Google Analytics(分析)跟踪未配置的事件

未跟踪Google Analytics(分析)下载事件目标

iOS上的Google Analytics(分析):未跟踪事件

Google跟踪代码管理器代码被触发,但事件未显示在Google Analytics(分析)实时事件标签中

JS:事件未显示在Google Analytics(分析)中

行为部分的Google Analytics(分析)事件未显示

Google Analytics(分析)衡量协议/实时事件未显示

Google Analytics(分析)跟踪出站事件

Google Analytics(分析)事件跟踪问题

Google Analytics(分析)通用事件跟踪

UIButton事件跟踪Google Analytics(分析)(快速)

链接上的Google Analytics(分析)事件跟踪

跟踪事件的Google Analytics(分析)angularjs指令

Google Analytics(分析),出站事件跟踪

Google Analytics(分析)未跟踪数据

Google Analytics(分析)多跟踪帐户维度数据部分未显示在报告中

Google Analytics-显示“未安装跟踪”

Google Analytics(分析)未显示活跃用户

Google Analytics(分析)未显示iPhone设备

Google Analytics(分析)中没有事件跟踪

点击表单提交后在Google Analytics(分析)中跟踪事件

针对单个用户的Google Analytics(分析)事件跟踪

Google Analytics(分析):事件跟踪与虚拟综合浏览量

Google Analytics(分析)页面视图javascript与事件跟踪javascript

维度关系不正确的Google Analytics(分析)跟踪事件

Google Analytics(分析)事件跟踪-不起作用

如何设置appVersion进行Google Analytics(分析)事件跟踪

Onclick事件跟踪Google Analytics(分析)Wordpress Visual Composer插件