在线广告/横幅管理系统
我正在开发在线广告网站,卖家和买家可以在这里出售/购买广告。
只需要制定详细的统计数据,例如点击次数,点击来自哪个页面(一个广告可以放置在多个页面上),来自哪个位置(上,右,左......)点击(可以在多个页面上放置一个广告)我发现流行网站上的大多数广告都有以下格式:
它有很多参数,如 ZoneID、CampaignID、AdvertiserID、BannerID、SiteID、RandomNumber、adid、adcrid、obid、obtid 和 way。我可以在多个页面中使用一个广告(adid)。但无法找出区分点击来自哪些页面的方法。我如何使用这些参数来生成统计数据来告诉我点击来自哪个页面?
I am developing site for online advertisements where sellers and buyers can come and sell/buy advertisements.
Just need to develop detailed statistics like click counts, from which page clicks are coming (one advertisement can be placed on many pages), from which position (top, right, left ...) click are coming (one advertisement can be placed in different position on single page) etc. I seen that most of the advertisement on popular websites has following format:
It has many parameters like ZoneID, CampaignID, AdvertiserID, BannerID, SiteID, RandomNumber, adid, adcrid, obid, obtid and way. I can use one advertisement (adid) in multiple pages. But can't figure out the way to distinguish between from which pages clicks are coming. How can I use such parameters to generate statistics which tell me the page from which clicks are coming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很好奇你为什么要重新发明这个轮子?
I'm curious as to why you would want to reinvent this wheel?