如何统计广告点击量并存入数据库
我们在另外 2 个网站上放置了我们的网站广告。我们需要计算从这些广告中获得的点击次数,并将其存储在我的数据库中。请给我一个想法来做到这一点。
We put our website advertisement in 2 other websites. We need to count the hits we are getting form those advertisement and like to store it in my database. Please give me an idea to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,我一开始不明白这个问题。
您可以使用 PHP 获取引荐来源网址,或将横幅链接到登录页面,而不是直接链接到主页(例如: http://yoursite.com/banner.php?id=N,您可以使用 PHP 和横幅 ID 识别引用者,然后将用户重定向到您的主页。
Sorry, I din't understood at first place the question.
You can grab the referer using PHP or link the banners to a landing page instead of to the home directly (ex: http://yoursite.com/banner.php?id=N, you can identify the referer with PHP and with the banner ID and then redirect the user to your home.
指向您网站的链接应该有一个带有某些键的参数,以便您识别合作伙伴网站。
另一种方法是使用 Referer http 标头,但可靠性较差。
The links to your website should have a parameter with some key that will allow you to identify the partner site.
Another approach would use the Referer http header but is less reliable.