Is there a way to know if someone has bookmarked your website?(有没有办法知道是否有人为您的网站添加了书签?)
问题描述
我想为我的网站制作统计数据.我想做的一件事是知道有多少人为我的网站添加了书签.如果不进行调查,最好的方法是什么?
I want to make stats for my website. One thing I want to do is to know how many people bookmark my website. What's the best way to do that without a survey?
推荐答案
最好的办法是拥有一个 Javascript给我们添加书签"链接,该链接可以为网站添加书签,并对后端脚本进行 AJAX 调用以存储有关新书签的信息在你的数据库中.这不会捕捉到直接使用浏览器为您的网站添加书签的人,但它会让您对网站的粘性有所了解.
Your best bet is to have a Javascript "Bookmark us" link that bookmarks the site and makes an AJAX call to a backend script to store info about a new bookmark in your db. This won't catch people who bookmark your site directly using their browser, but it will give you some idea about the stickiness of your site.
这篇关于有没有办法知道是否有人为您的网站添加了书签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法知道是否有人为您的网站添加了书签


- 输入按键事件处理程序 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01