edubuc Posted November 24, 2015 Report Posted November 24, 2015 (edited) Hi,We use edge to create HTML5 banners. We host the banner on a server and then, in Revive AdServer, create a HTML Banner with an iframe pointing to this banner:<iframe src="[banner url]" width="230" height="90" frameborder="0" scrolling="no" allowTransparency="true"></iframe>The issue is that the click count doesn't work as Revive AdServer isn't able to find out the link. I tried to add a javascript with a clickTag on the banner but it doesn't seems to work:<script>var clickTag="https://www.mytargetwebsite.com";</script><a href="javascript:window.open(window.clickTag, '_blank');" target="_blank"><div id="Stage" class="EDGE-5175924"></div></a>Any idea on how to proceed? Edited November 24, 2015 by edubuc Quote
eslim Posted November 25, 2015 Report Posted November 25, 2015 when you use an Iframe pass the click tag to it, and use it in your html code iframe url : www.test.com/page.html?clicktag=[clicktag] 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.