Jump to content

Banner Impressions


glenelkins

Recommended Posts

Hi

Say I have a banner on one website, it has a link to a php script that takes the user id and adds one to its click through.

How would i track the actual impressions of the banner? I mean how do i track each time the banner shows on a web page?
Link to comment
https://forums.phpfreaks.com/topic/27699-banner-impressions/
Share on other sites

I use phpAdsNew. You can probably have each banner with a unique identifier and a script that loads in the banner (checking it's identifier) and increment that...

But I'd say phpAdsNew is probably easier.  I'm not sure how the click through would be affected though.
Link to comment
https://forums.phpfreaks.com/topic/27699-banner-impressions/#findComment-126706
Share on other sites

Hi

Not possible I am writing this script from scratch. The clickthrough is simple enought, but i cannot figure out how to track the impressions with banner code as such (for example);

[code]
<!--Affiliate Code Do NOT Modify--><a href='http://localhost/affiliate/processing/clickthrough.php?user=1&id=1'><img src='http://localhost/affiliate/images/banners/120x60/120x60_backgammon1.gif' alt='Backgammon 24-7' width='120' height='60' border='0'></a><!-- End Affiliate Code-->
[/code]
Link to comment
https://forums.phpfreaks.com/topic/27699-banner-impressions/#findComment-126711
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.