跟踪网站上大多数点击链接的最佳方式

跟踪网站上大多数点击链接的最佳方式

本文介绍了跟踪网站上大多数点击链接的最佳方式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我正在尝试设计一个跟踪网站上点击次数最多的链接的系统。 我是新手,所以请原谅我的无知。我看到两种可能性: 1.单击链接时,使用Javascript将元素上的信息传递给PHP脚本,该脚本将信息插入MySql数据库。 /> 2.使用Google Analytics跟踪点击次数,然后使用Google API访问包含大多数点击链接信息的远程数据库。 我是否正确地思考这个问题? 非常感谢。解决方案 是的,你是在正确的道路上。 WebTrends也是一个很好的产品。就个人而言,我会使用现有产品来做这件事。 Hi, I''m am trying to design a system that tracks the most clicked links on a website.I am new to this so please forgive my ignorance. I see two possibilities:1. When link is clicked, use Javascript to pass info on element to a PHP script, which inserts info into a MySql database.2. Use Google Analytics to track clicks, and then use the Google API to access a remote database with info on most clicked links.Am I thinking about this the right way?Many thanks. 解决方案 Yes, you are on the right path. WebTrends is also a good product. Personally, I would use an existing product to do it. 这篇关于跟踪网站上大多数点击链接的最佳方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-23 00:39