【问题标题】:Google Analytics Custom Campaigns not reporting RevenueGoogle Analytics(分析)自定义广告系列未报告收入
【发布时间】:2020-02-17 17:01:48
【问题描述】:

当用户最初访问网站时,我已经创建了自定义广告系列并使用 URL 中设置的 UTM 参数完成了标准电子商务交易,但我的广告系列仍然显示 0 收入。我的交易显示在 Google Analytics(分析)中,但并未归因于广告系列。我可以就我的设置中的潜在漏洞提供一些帮助吗?任何见解都会有所帮助。

Ecommerce Product and Revenue expected on the Campaigns

Campaigns that have no Revenue attributed to them

【问题讨论】:

    标签: google-analytics google-analytics-sdk enhanced-ecommerce


    【解决方案1】:

    我发现了我的问题,缓存。我在每次测试之前都进行了硬刷新,但我进入了 Chrome 工具并清除了所有内容。 Cookie、缓存,应有尽有。自定义广告系列的跨域跟踪开始工作!以下是两个站点的脚本供参考:

    Site 1:
    
    ga('create','UA-xxxxxxx-x'','auto', { 'allowLinker': true });
    ga('require', 'linker');
    ga('linker:autoLink', ['site2.com']);
    ga('require','ecommerce','ecommerce.js');
    ga('send','pageview');
    
    Site2:
    
    ga('create', 'UA-xxxxxxx-x', 'auto', { 'name': 'client', 'allowLinker': true });
    ga('client.require', 'linker');
    ga('client.linker:autoLink', ['site1.com']);
    ga('client.require', 'ecommerce', 'ecommerce.js');
    ga('client.send', 'pageview');
    

    另外,我将 site1.com 和 site2.com 添加到了 GA 的推荐排除列表中,并且站点 1 和站点 2 的 UA 密钥相同。

    【讨论】:

      猜你喜欢
      • 2014-05-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-07-20
      • 1970-01-01
      相关资源
      最近更新 更多