我想为我的网站制作统计数据.我想做的一件事是知道有多少人为我的网站添加了书签.如果不进行调查,最好的方法是什么?
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.
这篇关于有没有办法知道是否有人为您的网站添加了书签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
确定 ASP.NET 站点的“活动"用户数Determining an #39;active#39; user count of an ASP.NET site(确定 ASP.NET 站点的“活动用户数)
跟踪当前在线用户的最佳方式Best way to keep track of current online users(跟踪当前在线用户的最佳方式)
在构建服务器上构建没有 Visual Studio 的 ASP.NET 4Build ASP.NET 4.5 without Visual Studio on Build Server(在构建服务器上构建没有 Visual Studio 的 ASP.NET 4.5)
如何使用 msbuild 发布网页?How to Publish Web with msbuild?(如何使用 msbuild 发布网页?)
“带外"asp.net 应用程序的处理技术quot;Out of Bandquot; Processing Techiniques for asp.net applications(“带外asp.net 应用程序的处理技术)
为什么我得到“线程被中止"?在 ASP.NET 中?Why am I getting quot;Thread was being abortedquot; in ASP.NET?(为什么我得到“线程被中止?在 ASP.NET 中?)