Jump to content

Recommended Posts

Posted

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...