【问题标题】:How to get Google Tag Manager Event Tracking to send to Google Analytics?如何让 Google Tag Manager 事件跟踪发送到 Google Analytics?
【发布时间】:2018-11-13 03:35:17
【问题描述】:

我的网站在标题中有一个 tel: 链接,我想在 Google Analytics 中查看单击此链接的时间以及在哪个页面上。我决定使用 Google 跟踪代码管理器中的事件跟踪来执行此操作。于是我做了一个标签,with the following configuration.

And this is my Trigger configuration.

This is the HTML that this is referencing,(请注意,我还尝试添加 onclick 属性,该属性旨在将事件数据直接推送到分析中。这不起作用。)

This is the variable configuration used in this tag.

This is proof it fires in the GTM debug pane.

And this is the summary coming in when you click on the item withing the pane.

在分析中,this is what I see in the Real-time events tracking.

这就是我在the events overview.下看到的内容

因此代码可以正确触发,但信息不会传递给 Google Analytics(分析)。我在互联网上找不到解决此问题的资源。有没有人成功将 Google Tag Manager 事件跟踪推送到 Google Analytics 中?如果是这样,你做了什么让它发挥作用,我没有做/做错什么导致我无法获得结果?

最终目标是我想在 Google Analytics(分析)的事件概览以及目标部分中跟踪点击发生的页面。

【问题讨论】:

  • 可能是由于您的代码触发状态 (i.stack.imgur.com/XI0J0.png) 为“仍在运行”。您的代码状态应为“成功”。如果有用请检查此productforums.google.com/forum/#!msg/tag-manager/LcmS4z7_xC8/…
  • 能否在调试控制台中为标签点击“显示更多”
  • 我建议您检查两件事:1. 您在 GTM 中的 ga 配置是否正确,例如:ga id 错误 2. 检查您是否在 ga 视图中应用了错误的拟合器 (support.google.com/analytics/answer/1033162?hl=en)。顺便说一句,您的标签中存在错误配置,非交互命中应该是错误的。因为点击是一种交互,但这不应该是 GA 中缺少信息的原因
  • 针对 XTOTHEL,这里是“显示更多”prntscr.com/li2xh8
  • 我在运行广告拦截器扩展程序时也遇到了这个问题。

标签: javascript google-analytics google-tag-manager google-datalayer data-layers


【解决方案1】:

感谢您的链接,Uda!出了问题的是我的谷歌优化标签。我暂停了除点击跟踪和 Universal Analytics 之外的所有代码

【讨论】:

    猜你喜欢
    • 2013-09-09
    • 1970-01-01
    • 2014-05-21
    • 2014-04-22
    • 2015-04-30
    • 2015-12-26
    • 1970-01-01
    • 1970-01-01
    • 2014-10-22
    相关资源
    最近更新 更多