Online Advetisement/Banner Management System
Posted
by Sumesh Joshi
on Stack Overflow
See other posts from Stack Overflow
or by Sumesh Joshi
Published on 2010-05-21T17:17:02Z
Indexed on
2010/05/21
17:20 UTC
Read the original article
Hit count: 260
banner
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?
© Stack Overflow or respective owner