将标识符添加到浏览器书签

发布于 2024-08-06 01:07:42 字数 332 浏览 4 评论 0原文

有没有一种方法可以在浏览器中为页面 URL 添加书签时自动将标识符附加到页面 URL,也许是文档头中的某些内容为浏览器提供了指令或 onBookmark JavaScript 类型的事件?我正在寻找在 Google Analytics 中进一步细分直接流量的方法(如果您有其他与书签无关的想法,也请分享)。

示例

http://www.example.com/article

添加书签后变为:

http://www.example.com/article#bookmarked

Is there a way to automatically append an identifier to a page URL when it is bookmarked in the browser, perhaps something in the document head that gives the browser a directive or an onBookmark JavaScript type of event? I'm looking for ways to further segment my direct traffic in Google Analytics (if you have other ideas for doing that not related to bookmarks, please share them as well).

Example:

http://www.example.com/article

When bookmarked becomes:

http://www.example.com/article#bookmarked

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

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

发布评论

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

评论(2

苹果你个爱泡泡 2024-08-13 01:07:42

我认为你不能可靠地完成你所描述的事情。您能做的最好的事情就是在页面上设置一个使用 window.external.AddFavorite 的按钮,然后指定您的哈希地址。它对于使用该按钮的人来说是有用的,这可能比没有好。

I don't think you can reliably do what you're describing. The best you could do is have a button on your pages that uses window.external.AddFavorite, and then specify your hashed address. It will work for the people who use the button, which may be better than nothing.

病女 2024-08-13 01:07:42

请记住,书签流量不仅仅是直接流量的一部分。
Justin Cutroni 的博客中有一个很好的演示 Google Analytics(分析)跟踪书签访问,事实证明,大多数时候,书签访问显示为自然访问(如果您认为,人们首先进行 Google 搜索,然后为您的网站添加书签)。

Keep in mind that bookmark traffic is not simply part of your direct traffic.
There is a nice demonstration in Justin Cutroni's blog how Google Analytics tracks bookmark visits and it turned out, that most of the time, bookmark visits are shown as organic (if you suppose, that people first do a Google search and then bookmark your site).

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