在同一代码中使用 Google Analytics 跟踪多个域
我有一个行为类似于多个门户的门户。 门户代码库是相同的,但对于所有站点而言,但内容基于您遇到的 URL 或域。 目前我可以跟踪我的域名
example.com
以及子域,例如
a.example.com、b.example.com
。但我也想追踪
另一个示例.com
也指向相同的域。我该怎么办? 有什么建议吗?
I have portal which behaves like multiple portal.
The portal code base is same but for all sites but content is based on which url or domain you came across.
Currently i am able to track my domain
example.com
and also subdomains like
a.example.com, b.example.com
. But i want to also track
anotherexample.com
which also point to same domain. How can I do?
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
多个 url 指向相同的代码库。不要紧。唯一的问题是上面的网址和网站中的跟踪代码是否匹配。所以你必须从数据库中获取谷歌访问代码,只需在地址栏中写入即可。
代码:
只需动态获取 accountNameFromDB 和 domainNameFromDB 变量即可。
添加此代码的母版页(或主模板)头部或添加每个页面。
multiple url pointed to same code base. It does not matter. The only matter is the url above and the tracking code in site is matching or not. So you have to take google access code from database which just write in address bar.
Codes:
Just take accountNameFromDB and domainNameFromDB variables dynmically.
Add this code head of master page(or main template) or add every page.