使用谷歌分析管理重定向

发布于 2024-08-17 16:50:53 字数 315 浏览 4 评论 0原文

我有一个包含该文件的网站,

redirect.php?id=123

它使用从数据库中提取的 id 将人们重定向到另一个网站。 我想跟踪 Google Analytics 上的页面,了解用户来自哪里,以及他们要去哪些热门网站......等等。 我当前设置了该页面,以便它(使用 PHP)从数据库中提取链接,并输出 ga.js 内容和 JavaScript 重定向。

问题是我在分析仪表板上获取数据,就好像每个 id 都是不同的页面。.

有什么更好的方法来做到这一点?

I have a site that contains the file

redirect.php?id=123

It redirects folks to another site using an id it pulls from the database.
I'd like to track the page on Google Analytics, see where users are coming from, and what popular sites they're going to.. etc.
I currently set up the page so that it pulls (with PHP) the link from the database, and outputs the ga.js stuff and a javascript redirect.

The issue is that I'm getting the data on my analytics dashboard as if every id is a different page..

What is a better way to do this?

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

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

发布评论

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

评论(1

装纯掩盖桑 2024-08-24 16:50:53

如果您想检查 redirect.php?id=x 类型的页面,那么 Carlos 链接到的页面就是您的做法。

您可能希望从搜索中排除 id 参数。然后 Analytics 会将所有 redirect.php?id=1 redirect.php?id=2 redirect.php?id=3 页面合并为只是一个名为 redirect.php 的页面

如何从报告中排除查询参数?

If you want to check for pages of the type redirect.php?id=x then the page Carlos links to is how you would do it.

You would want to exclude the id parameter from your search. Then Analytics would combine all the redirect.php?id=1 redirect.php?id=2 redirect.php?id=3 pages as just a single page named redirect.php

How do I exclude query parameters from my reports?

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