在我正在开发的移动网站上,我使用服务器端调用http://www.google-analytics.com/__utm.gif?utmwv=4.4sa&utmn=1527287986&utmhn=<removed>&utmr=<removed>&utmp=<removed>&utmac=<removed>&utmcc=__utma%3D999.999.999.999.999.1%3B&utmvid=<removed>&utmip=
(参考:https ://developers.google.com/analytics/devguides/collection/other/mobileWebsites )
该站点位于 m.myhostname.com
www.myhostname.com 上有一个主要网站
因此,使用客户端 Javascript ga.js 的主网站已_gaq.push(['_setDomainName', '.myhostname.com']);
设置。
我是否需要在服务器端调用上做类似的事情,以便访问者跟踪域之间的移动?
我找不到任何关于它需要它的文档?
谢谢