Hi Guys, i need your help. Is there a way to create an asp program which counts the number of impressions, clicks, leads and sales of a certain ad and post it somewhere else? I have actually reviewed some ad servers one of which is Adxpress by Valuead. It's a good one but it'll really cost some money. Thanks guys...
yes:
for impressions you have a page called image.asp
and works like this
<img src="http://adserver.com/image.asp?id=12345">
and you keep a log.
and clicks is the same, the href would be to your server first, this then gets the url from the database, and redirects.
as for the lead or sale success, you would have to have a script on there page, or ask them to add something to there scripts, that when there is a sale or lead, it sends back to the ad server who the affiliate was.
this way you know what to bill the advertiser
hope this helps
Was this answer helpful ?
Yes No
Hi, thanks a lot...
Actually we already have an existing ad server. It's working fine. It generates a report of clicks, impressions, leads & sale. It also generates an invoice so we would know how much to the advertiser should pay. But then we would like to take the 3rd party ad server out of the scene because a percentage of our earnings proceeds to this 3rd party advertiser. So now, we would like to eliminate them and try to create our own program which counts the number of clicks, impressions, leads and sales. Our first priority is with the clicks and the impression. Leads and Sales would just be a second priority.
Thanks...
Was this answer helpful ?
Yes No
hi,
well above is how to do it, as example
but if you are asking me for the code, to do it then we would have to talk prices for the work, as this is a help forum and not a get your work done for free forum.

Was this answer helpful ?
Yes No