Jump to content
Search Community

Search the Community

Showing results for tags 'html5banner ad'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. I have an ad that was built by another agency as a rich media HTML5 ad and put through Doubleclick studio. We need to get it hosted onto DCM for another use, and our team usually builds our ads in Adobe Edge and uploads to DCM. I need to convert it so that we can upload to DCM. The ad has exits for studio, and I tried replacing the exits and added the DCM clicktag code, but when I upload to DCM, it's not going to the proper URL. It's using the backup ad's URL for all of my clickTags. Does anyone have any experience with this? What am I doing wrong? Here is the exit code that I replaced: function bgExitHandler1(e) { Enabler.exit("click1"); } var exit1Link = document.getElementById('exit1Link'); exit1Link.onclick = bgExitHandler1; function bgExitHandler1(e) { Enabler.exit("click1"); } function bgExitHandler2(e) { Enabler.exit("click2"); } function bgExitHandler3(e) { Enabler.exit("click3"); } function bgExitHandler4(e) { Enabler.exit("click4"); } function bgExitHandler5(e) { Enabler.exit("click5"); } document.getElementById("exit1").addEventListener("click", bgExitHandler1, false); document.getElementById("exit2").addEventListener("click", bgExitHandler2, false); document.getElementById("exit3").addEventListener("click", bgExitHandler3, false); document.getElementById("exit4").addEventListener("click", bgExitHandler4, false); document.getElementById("exit5").addEventListener("click", bgExitHandler5, false); <b><a id="exit2" href="http://www.astrazeneca-us.com/cgi-bin/az_pi.cgi?product=seroquelxr&country=us&popup=no" target="_blank">Please read full Prescribing Information for <br>SEROQUEL XR, including Boxed WARNINGS</a>.</b> Here is the clicktag code I replaced it with: <script type="text/javascript"> var clickTag = "https://www.seroquelxrtouchpoints.com/home"; var clickTag2 = "http://www.astrazeneca-us.com/cgi-bin/az_pi.cgi?product=seroquelxr&country=us&popup=no"; var clickTag4 = "https://www.seroquelxrtouchpoints.com/common/contact-us/"; </script> <a href="javascript:window.open(clickTag)" target="_blank"> <div id="click_btn"></div> <div id="click_btn1"></div> </a>
×
×
  • Create New...