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.
这篇关于有没有办法知道是否有人为您的网站添加了书签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法知道是否有人为您的网站添加了书签
基础教程推荐
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- c# Math.Sqrt 实现 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01