Arie Sastra Posted October 4, 2016 Report Share Posted October 4, 2016 I using GWD (Google Web Designer) for create HTML5 video banner, I Export the the banner and upload that zip file to server, so I can call the banner through url, and create Iframe for put that url to Revive Adserver. This is my Iframe : <iframe src="https://example.com/media/video_in_banner/test_video/index.html" name="frame1" scrolling="no" frameborder="no" align="center" height = "250px" width = "300px"> </iframe> The problem is, I can't track the click, so I search how to track the click from iframe for revive adserver in google, and I found the answer, put the {clickurl} in url iframe, I do that step, and put in my iframe like this : <iframe src="{clickurl}https://example.com/media/video_in_banner/test_video/index.html" name="frame1" scrolling="no" frameborder="no" align="center" height = "250px" width = "300px"> </iframe> But I get the Impossible result, my click is too many, I test that and get conclusion, my click is count when the ad show, that wrong, click url count when I click the ad. I already search in google but I didn't find the answer. so how can I put the right {clickurl} in iframe for Revive Adserver. *NOTE : I'am using Google Web Designer Quote Link to comment Share on other sites More sharing options...
Erik Geurts Posted October 5, 2016 Report Share Posted October 5, 2016 Adding the click macro to the source URL of the iframe means that a click will be counted for every single impression. You should remove that. The real answer to your question is that clicks inside iframes can not be counted. dJAX and Revive Adserver Forum 1 1 Quote Link to comment Share on other sites More sharing options...
Arie Sastra Posted October 5, 2016 Author Report Share Posted October 5, 2016 So how the rigth Iframe for HTML5 ? In Order to count click Quote Link to comment Share on other sites More sharing options...
Erik Geurts Posted October 5, 2016 Report Share Posted October 5, 2016 Sorry to disappoint you, but since the ad server is completely unaware of what's going on inside the iframe, it is impossible to count clicks on this type of externally hosted banner. dJAX and Revive Adserver Forum 1 1 Quote Link to comment Share on other sites More sharing options...
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.