【问题标题】:How to get 'Shopping Behavior Analysis' in google anlaytics using google tag manager for magento sites如何使用 magento 网站的谷歌标签管理器在谷歌分析中获取“购物行为分析”
【发布时间】:2015-02-05 05:17:13
【问题描述】:

我正在使用 Google 标签管理器来为 magento 网站实施增强型电子商务,我已经尝试使用跟踪类型为“交易”的“通用标签”,其规则如下

我得到了“产品绩效”和“销售绩效”的结果,但是我没有得到“购物行为分析”的“产品视图会话、添加到购物车、交易”的任何结果我也使用数据层尝试过产品视图页面的推送方法为

dataLayer.push({
'event': 'productDetails', 
'ecommerce': {
    'detail': {

        'products': [{
        'name': ProductName,         
        'id': id


         }]
     }
 }});

显示事件触发后的数据层,但购物行为仍然没有改变。

那么有没有其他方法可以让我在我的 GA 中获取适当的数据,以了解增强型电子商务中的购物行为。在此先感谢您。

【问题讨论】:

    标签: magento google-analytics google-tag-manager


    【解决方案1】:

    在使用增强型电子商务时,您根本不需要使用交易类型。这是指南https://developers.google.com/tag-manager/enhanced-ecommerce#details

    【讨论】:

      猜你喜欢
      • 2013-01-12
      • 2014-07-15
      • 1970-01-01
      • 1970-01-01
      • 2012-11-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多