Jump to content

Jason Batalla

Approved members
  • Posts

    3
  • Joined

  • Last visited

About Jason Batalla

Jason Batalla's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi andrewatfornax, It's working, on each display of banner i added the lg.php and append to $(body) and remove the added div every new image display. Thank you.
  2. I am using al.php and inside the layerstyle.inc.php I rotate the banner using jquery. How do I trigger the lg.php? each time banner is displayed call the lg.php?
  3. I achieved the rotation banner by adding an HTML banner and getting the regular banners on the same campaign. Now I have 4 banners, 3 normal image banners and 1 html banner. My problem is I cannot get the impressions count of individual banner. I can only get the clicks counts but not the impression. How do I add codes for to get impressions? Thanks in advance. here is my code: <ul id="images"> <li> <a href="//www/delivery/ck.php?oaparams=2__bannerid=59__zoneid=39__cb=52a31c584c__oadest=http%3A%2F%2Fgoogle.com%2Fsearch?q=bridge" target="_blank"> <img src="//bridge_079ec2a823c10e6f49518419301de894.jpg" alt="bridge"> </a> <div id="beacon_52a31c584c" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"> <img src="//www/delivery/lg.php?bannerid=59&amp;campaignid=35&amp;zoneid=39&amp;OAZCAP=99999&amp;OASZCAP=99999&amp;loc=http%3A%2F%2Fgoogle.com%2Fsearch?q=bridge&amp;cb=52a31c584c" width="0" height="0" alt="" style="width: 0px; height: 0px;"> </div> </li> <li> <a href="//www/delivery/ck.php?oaparams=2__bannerid=60__zoneid=39__cb=52a31c584c__oadest=http%3A%2F%2Fgoogle.com%2Fsearch?q=lake" target="_blank"> <img src="//lake_e8f3f217ad36a8058a8817b446da9063.jpg" alt="street"> </a> <div id="beacon_52a31c584c" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"> <img src="//www/delivery/lg.php?bannerid=60&amp;campaignid=35&amp;zoneid=39&amp;OAZCAP=99999&amp;OASZCAP=99999&amp;loc=http%3A%2F%2Fgoogle.com%2Fsearch?q=lake&amp;cb=52a31c584c" width="0" height="0" alt="" style="width: 0px; height: 0px;"> </div> </li> <li> <a href="//www/delivery/ck.php?oaparams=2__bannerid=61__zoneid=39__cb=52a31c584c__oadest=http%3A%2F%2Fgoogle.com%2Fsearch?q=shoes" target="_blank"> <img src="//shoes_49e9a298d50d8d47666fae14f62d335b.jpg" alt="taxi"> </a> <div id="beacon_52a31c584c" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"> <img src="//www/delivery/lg.php?bannerid=61&amp;campaignid=35&amp;zoneid=39&amp;OAZCAP=99999&amp;OASZCAP=99999&amp;loc=http%3A%2F%2Fgoogle.com%2Fsearch?q=shoes&amp;cb=52a31c584c" width="0" height="0" alt="" style="width: 0px; height: 0px;"> </div> </li> <ul>
×
×
  • Create New...