Urchin 调用添加自定义一次性用户参数
我正在使用 urchin 进行页面浏览量分析。页面加载时,我想添加一个新的自定义参数,就像 urchin 发送的其他默认参数一样。有没有简单的方法可以在不将 myparam 添加到请求 URL 的情况下完成此操作?
http://utm.trk.mydomain.com/__utm.gif?utmwv=6.1&utmn=49500369&utmsr=1280x1024&utmsc=24-bit&utmul=en-us&utmje=0&utmjv=1.5&utmfl=10.1%20r85&utmdt=MyWebSearch&utmhn=mydomain.com&utmr=0&utmp=/mypage?
I am using urchin for page view analysis. While page load, I would like to add a new custom parameter like along with the other default parameters that urchin sends. Is there any easy way to do it without addint myparam to the request URLs?
http://utm.trk.mydomain.com/__utm.gif?utmwv=6.1&utmn=49500369&utmsr=1280x1024&utmsc=24-bit&utmul=en-us&utmje=0&utmjv=1.5&utmfl=10.1%20r85&utmdt=MyWebSearch&utmhn=mydomain.com&utmr=0&utmp=/mypage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用我想在页面加载时记录的特定路径调用 urchinTracker 解决了这个问题。这解决了问题。
I solved this problem by calling urchinTracker with specific path that I want to log at the page load time. This solved the problem.