Jump to content
Search Community

StacyGray

Members
  • Posts

    3
  • Joined

  • Last visited

StacyGray's Achievements

0

Reputation

  1. Wow, thanks for the feedback! I find DoubleClick to be a rabbit hole of non helpful info. How does one get their own Google Dude assigned to you? I'll try your hints and get back to you! The sale of my soul is still pending.
  2. 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...