Google Analytics missing __utmz cookie

后端 未结 4 1512
天涯浪人
天涯浪人 2021-01-02 10:54

I have universal analytics installed on my website, and want to parse the __utmz cookie to get referral info. However, I never see this cookie set.

Has

4条回答
  •  一整个雨季
    2021-01-02 10:57

    Universal Analytics doesn't create any __utm* cookies.

    However, you can use Universal Analytics code (analytics.js) AND the traditional code (ga.js) simultaneously on your site. This will allow you to populate your UA profile and scrape the values from __utmz.

提交回复
热议问题