Google Analytics missing __utmz cookie

后端 未结 4 1546
天涯浪人
天涯浪人 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条回答
  •  萌比男神i
    2021-01-02 11:10

    You can create your own cookie and store the query string parameters that google analytics use (utm_campaign and etc). See this project as example: https://github.com/dm-guy/utm-alternative

提交回复
热议问题