【问题标题】:Using __utm.gif for google analytic to track the open rate使用 __utm.gif 进行谷歌分析跟踪打开率
【发布时间】:2012-04-04 15:20:07
【问题描述】:

我发现谷歌分析实际上有 gif 供我添加到电子邮件中, 但我不确定参数设置是否合适

我遵循网上的一些建议,唯一需要的参数是

Parameter    Description
utmac        Google Analytics account ID
utmn         Random ID to prevent the browser from caching the returned image
utmp         Relative path of the page to be tracked
utmr         Complete referral URL

和谷歌上建议的参数

Campaign Source (utm_source)

Campaign Medium (utm_medium)    

Campaign Name (utm_campaign)

创建一个 gif

http://www.google-analytics.com/__utm.gif?utmac=UA-29940706-1&utmn=1214284135&utmp=receipent-email@hotmail.com&utmr=0?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter1

问题是:

  1. gif参数是否正确?

  2. 在谷歌分析网站上生成实际跟踪需要一天吗?

  3. 这样做的方法是更改​​其他活动的活动名称(utm_campaign),如果用户想要跟踪结果,只需将 gif 添加到电子邮件中,就可以了?

谢谢

【问题讨论】:

    标签: html email google-analytics


    【解决方案1】:

    最重要的参数是 utmcc,其中包含 Analytics cookie 值,尤其是 __utma cookie 值,其中包含访问者/会话信息:

    __utma=<domain_hash>.<session_id>.<first_time>.<last_time>.<current_time>.<session_count>
    

    注意:请避免将电子邮件等个人数据推送到分析中。

    编辑:

    不要忘记大多数电子邮件客户端默认不加载图像。所以你不会得到准确的统计数据。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-04-06
    相关资源
    最近更新 更多