附加域分析

发布于 2024-10-28 16:11:18 字数 169 浏览 1 评论 0原文

我有一个可以从两个不同的 URL 访问的网站。 使用相同的文件和相同的数据库,但服务器端语言读取域名,如果是其中一种,则通过更改语言变量来提供不同的语言。

那么,在这种情况下,Google Analytics 应该如何实施呢?我应该为每个域使用不同的代码,还是为两个域使用不同的代码?

谢谢。

I have a website that can be accessed from two different URLs.
The same files and the same database are used, with the exception that the server-side language reads the domain name and if it's one or the other it serves a different language by changing the language variable.

Now, how should Google Analytics be implemented in this case? Should I have a different code for each domain, or one for both?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倒数 2024-11-04 16:11:18

您的两个网站是否会始终查看相同的数据库等?或者这两个网站的内容将来是否有可能会有所不同?

如果您当前的设置将持续存在,我建议在两个域上使用相同的跟踪代码。首先需要做一些额外的配置。

创建以下过滤器(按照下面的参考链接):

  1. 显示完整页面 URL
  2. 仅显示来自 DomainA 的流量
  3. 仅显示来自 DomainB 的流量

然后创建以下 4 个配置文件:

  1. 使用相同的配置 文件两个网站上的 Google Analytics 跟踪代码将使数据流入合并报告中。这是您的主资料
  2. 复制您的个人资料。将“整页 URL”过滤器应用于配置文件。此配置文件显示两个具有完整网址的域
  3. 复制您的个人资料。应用“全页 URL”过滤器和“显示来自 DomainA 的流量”过滤器。此配置文件仅显示具有完整 URL 的 DomainA
  4. 复制您的个人资料。应用“全页 URL”过滤器和“显示来自 DomainB 的流量”过滤器。然后,此配置文件仅显示具有完整 URL 的 DomainB

此设置将允许您以多种不同的方式对相同的数据进行切片,具体取决于您需要报告的内容。我们之前已经实现过类似的解决方案,并且发现它非常强大。


过滤器参考:

Will your two websites always be looking at the same database, etc? Or is there any chance that the content of the two sites will differ from each other in the future?

If your current setup is going to persist, I suggest using the same tracking code on both domains. There is some additional configuration to do first.

Create the following filters (as per reference links below):

  1. Show full page URL
  2. Show only traffic from DomainA
  3. Show only traffic from DomainB

Then create the following 4 profiles:

  1. Using the same Google Analytics tracking code on both websites will make the data flow into a combined report. This is your master profile.
  2. Make a copy of your profile. Apply the 'full page URL' filter to the profile. This profile shows both domains with full URLs.
  3. Make a copy of your profile. Apply the 'full page URL' filter and 'show traffic from DomainA' filter. This profile shows just DomainA with full URLs.
  4. Make a copy of your profile. Apply the 'full page URL' filter and 'show traffic from DomainB' filter. This profile then shows just DomainB with full URLs.

This setup will allow you to slice the same data in a number of different ways, depending on what you need to report on. We have implemented a similar solution before and find it quite powerful.


Filter reference:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文