zipir Posted December 25, 2013 Report Posted December 25, 2013 hi i have html banner ( another ad server banner script). banner impression count ok, but click count always zero. Quote
Ilya Ber Posted December 25, 2013 Report Posted December 25, 2013 Most likely your 3rd party HTML banner does not contain the correct click macro which is substituted by the Revive for the correct click URL -> {clickurl}. Pasting your banner code in here would help determine the issue. Quote
zipir Posted December 25, 2013 Author Report Posted December 25, 2013 Hi Ilya html banner code: <script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=8667067&PluID=0&w=300&h=250&ord=[timestamp]"></script> <noscript> <a href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=8667067&Page=&PluID=0&Pos=199773244" target="_blank"><img src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=8667067&Page=&PluID=0&Pos=199773244" border=0 width=300 height=250></a> </noscript> Quote
Guest Posted December 26, 2013 Report Posted December 26, 2013 Hi , You can use third party click tracking, Quote
zipir Posted December 26, 2013 Author Report Posted December 26, 2013 H? Chinnu, Where am i insert the {clickurl} in my code? Can u change my code? <script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=8667067&PluID=0&w=300&h=250&ord=[timestamp]"></script> <noscript> <a href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=8667067&Page=&PluID=0&Pos=199773244" target="_blank"><img src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=8667067&Page=&PluID=0&Pos=199773244" border=0 width=300 height=250></a> </noscript> Quote
Ilya Ber Posted December 26, 2013 Report Posted December 26, 2013 Your advertiser is running the MediaMind ad server, which if I recall correctly, uses the "rtu" variable for click url pass-through. So, in your case the code would like the following: <script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=8667067&PluID=0&w=300&h=250&ord=%5Btimestamp%5D&rtu={clickurl}"></script> <a href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=8667067&Page=&PluID=0&Pos=199773244&rtu={clickurl}" target="_blank"><img src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=8667067&Page=&PluID=0&Pos=199773244" border=0 width=300 height=250></a> </noscript> In reality though, this is a question to your advertiser more so than it is to the members of this board. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.