Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Google 分析中,目的地目标中跟踪的是什么?是访问页面还是独特的页面浏览量?有没有办法改变目标可以跟踪的内容?
Destination 目标的工作方式是,只要有人点击 URL,它们就会被记录下来。因此,如果该人在此之前已经在那里,它将被第二次记录下来。
要回答您的问题,它不是独一无二的,我认为您无法改变这一点。我能想到的唯一方法可能是在浏览器上设置一个 cookie 并使用它来更改 URL 添加类似 ?hasbeenhere=1 的内容,然后设置一个在目标中忽略它的动态 URL。但我没有试过这只是一个想法。
动态生成的或可变的 URL
我希望这有帮助。