DoubleClick rejecting HTML5 banners

I can't get my banners made with CC animate past doubelick QA guy.

I have the right clicktags here but theyre saying that the CreateJS link is not allowed by them. This one:

" < script src =" https://code.createjs.com/createjs-2015.11.26.min.js "> < / script > .

Their QA says no 4th party is allowed because of security concerns since its a library 'open source '...

Now this cant possibly be right, I've got 30 banners ready to go, and no way they work without CreateJS that is referenced.

Is this not normal CreateJS or Greensock library reference in your html file? This leaves me confused and many people point me the finger

The guy is simply wrong; How frustrating.  Suffice it to say your team banners are the validator of DCM (you can even send them a link).

Tell the Google guys, that the links are official/Doubleclick-hosted.  Can't argue with this: DoubleClick hosted JavaScript libraries - Creative Solutions help DoubleClick

Tags: Adobe Animate

Similar Questions

  • the construction of my portfolio on Muse site. Download my examples of banner ads that are SWF files, no problem. I need to download HTML5 banners I have done, but cannot get them on my page in Muse. Also, here the HTML5 banner ad to appear on a break, th

    Build my portfolio in Muse site. Download my examples of banner ads that are SWF files, no problem.

    I need to download HTML5 banners I have done, but cannot get them on my page in Muse.

    In addition, would be like HTML5 banner ad to appear in pause, then Viewer would click to watch it animate.

    Anyone know to solve it for it?

    Have you tried to insert via object > insert HTML?

    https://helpx.Adobe.com/Muse/topics/Embedding-HTML.html

    https://helpx.Adobe.com/Muse/using/adding-edge-animate-content.html

    Thank you

    Sanjit

  • Flash actionscript to Javascript using HTML5 banners

    Hello

    I've been creating flash banners for the internet using Flash CS6 and Actionscript2. Today, I was told that I need to provide to HTML5.

    Of course, I know that actionscript does not work with HTML5 its all about Javascript.

    I have problems adding javascript for specific functions.

    For example I need the publicity to stop on the last image, unless the page is refreshed. In as2, you can use the stop(); query. I found some JS that is supposed to work

    / * JS

    This.Stop ();

    */

    This does not prevent my animation in a loop when I test it. I put this in the wrong place? At the moment I am writing this is in the Panel shares on the selected keyframe I want to stop the animation. Is this correct?

    Any help would be greatly appreciated

    Thank you

    I assume you are using the Toolbox to increase the power of the CS6 and not a newer version of Flash Pro. Might be interesting to read this article, in case there is something you have done differently:

    The box using Flash for CreateJS professional Toolbox | Adobe Developer Connection

    At the very least, that you use / * JS, while Grant is the use / * js. Don't know if it is case sensitive.

    In your browser, look at the Javascript error console, to see if there are errors happening.

  • Responsive HTML5 banners: scale of the parent, no window element

    Hi all - I was wondering if anyone knows how to fix it - or is it in the pipeline for Adobe fix.

    I try to build a home page banner animated and want her to be admissible.

    It seems to animate with versicles resizes the canvas element, based on the size of the window - not the item container. This leads to some undesirable/unexpected resizing the canvas within the banner container. I tried all combinations of the sensitive options I could think, but not joy. Maybe I'm missing something?

    -----

    BTW - more than a feature request-, but it would be great if Animate can output the Javascript code in the page in a separate too file. This could speed things up during tests or a banner route allowing him to be defined as an inclusion in a dynamic page. (Copy-paste this great piece of JS is a bit heavy).

    sensitive IFRAME + reactive banner

  • Problem with "clickTAG", cross Close with HTML5 banners

    Hi, please help me

    1. "clickTAG"

    earlier in Adobe Flash, I do button and add the code in AS2 or AS3

    now, I can't do that in JavaScript, I need to write code in the code in JavaScript in Adobe AnimateCC Editor

    or after the writing of HTML file, copy the following code in the HTML of the export file

    Please help me or plese send me some examples of model

    2. the same problem I have with narrow cross

    Create a button in Animate. This will give you a cursor. Uncheck replace HTML in the publication settings.

    In your HTML doc, paste this in the head

    Just before the end > on your canvas div, paste this:

    onclick = "JavaScript:Window.Open (Window.clickTAG)" "

  • A basic need of banner ads HTML5 is...

    ... clickTags... and it's not something you can implement directly within dashboard/Animate!

    It should really be included in edge/Animate rather than having to hand code it once that you have published. Almost anywhere I work using Edge/animate to create banners of HTML5 now, so how they are tracking clicks? Google Web Designer has the ability built in!

    I can get a "clickTAG" to work on an ad once that I published it to the edge, but it encapsulates the scene any ad and is clickable on all the time. I am trying to activate a button "clickTAG" between 10 and 15 seconds only (regulation of the average of the financial sector that I show Ts & Cs before a user can click on the ad). Surely someone out there has had to implement this before me, or even have several buttons save different "clickTAG" stats.

    So, can we have this ability to edge/Animate added please?

    Thank you.

    If you are not comfortable copying and pasting code, I suggest to use Google Web Designer to make HTML5 banners.

    It's free, and there are a lot of models.

    If you wish to continue using Animate, this white Ppaer has an AdStarter FLA with a profile of advertising that uses the file js AdHelper. There the CDN GSAP link in comment.

    Need HTML5 ads? Adobe animate CC to the rescue! Animate Adobe blog

  • On the mouse does not work in iframe (HTML5 Canvas)

    Hi, I use the HTML5 Canvas option in Flash CC for a banner ad.  I have a button, and I gave him a rolling & out entertainment.  Like this:

    this.clickthrough_btn.addEventListener("mouseover", over.bind(this));
    
    function over()
    {
      this.cta.gotoAndPlay("over");
    }
    
    
    this.clickthrough_btn.addEventListener("mouseout", out.bind(this));
    
    function out()
    {
      this.cta.gotoAndPlay("out");
    }
    
    

    Which works perfectly fine, until the ad is actually in an iframe, which is how HTML5 banners are displayed on different sites.  When it is in an iframe, it seems not be able to detect when I move my mouse over the banner.  Is it possible to fix this? I don't really want my steady state to be stuck.  Any suggestions are appreciated!

    I found this, but it doesn't seem to work with my code: http://stackoverflow.com/questions/1058085/iframe-onmouseout-capture

    For those who wondered about this (it's a pretty big deal for banners), thanks to geniuses (Blake) on the forum of Greensock.com banner, I now have a concrete example of mouse out in an iframe using canvas.  It took just targeting the canvas instead of the scene or a key area which covered the entire scene.

    Here's a look: http://plnkr.co/edit/rDtONIWD5Jgrpd8Ax7oL?p=preview

    And here is the corresponding code:

    
    //Mouse interactions
    
    canvas.addEventListener("mouseover", over.bind(this));
    
    function over()
    {
      this.cta.gotoAndPlay("over");
    }
    
    canvas.addEventListener("mouseout", out.bind(this));
    
    function out()
    {
      this.cta.gotoAndPlay("out");
    }
    
  • Publishing HTML5 Canvas banner to the DCM.

    Hello

    I made a HTML5 Canvas banner and it works without any problem when I publish. The preview works well, when I download to test the banner in Google DCM.
    The Uni canvas background color shows up, and the "clickTAG" works, but the animation is not displayed.

    Any ideas on how I can fix this!

    Someone at - it a similar situation with Flash HTML5 Canvas to DCM?

    Help, please. Thank you

    PS: I looked at all the directives and documents to respect my banner to the rules, but still it does not work correctly...

    DCM comes out a validator tool that should be useful for a lot of people: DoubleClick campaign manager | HTML5 Validator

    There is one for DBM too: Director of the candidacy of DoubleClick. HTML5 Validator

  • HTML5 for ads - problems

    Hello guys!

    There is more and more voices on the web saying that Flash will become obsolete in the future - and now Chrome is paused flash ads it says (which can result in agencies to move to html5 together for best results of ads). As a guy who does flash campaigns for a living for more than 7 years, I wonder what that means for me. I tried to convert or start banners scratching in HTML5 canvas in Flash Proffesional CC but at the beginning, I have encountered problems:

    1 no custom system fonts seems not published - text is shown as default system font and is published as such. This means that, to make the banners in HTML5, a need to know code well HTML5 and code insetad of the things of which in fact in the same way Flash Pro, he did all the time? (I have found topics on this forum that you can use the rule of @font-face, but where exactly you add this code in Flash Pro? And why can't the ddo software it himself? "And why it can't handle the different colors of pieces of particular text?)

    2. codes of bread-and-butter-for-ads AS simple as "stop();", "gotoAndPlay", "geturl" etc are not converted - what are the substitutes in html5 canvas file? -I guess to learn HTML? (shit, what of those who do not have a mathematical brain for programming?)

    3. used HTML5 banners look different on every browser/operating system?

    Would be great if someone would make a nice guide to find out how to go from Flash to HTML5 ads ads manufacturing using Flash Pro - or basically this whole software will become obsolete?

    Should I start learning different trade? :/

    Or its just artificial movement and Flash are never obsolete and superior? What are your thoughts?

    1 no custom system fonts seems not published - text is shown as default system font and is published as such. This means that, to make the banners in HTML5, a need to know code well HTML5 and code insetad of the things of which in fact in the same way Flash Pro, he did all the time? (I have found topics on this forum that you can use the rule of @font-face, but where exactly you add this code in Flash Pro? And why can't the ddo software it himself? "And why it can't handle the different colors of pieces of particular text?)

    Yes, it is useful to learn html5/javascript/jquery, css.  (and for the text, you can also create a bitmap of the text and use it.)

    2. codes of bread-and-butter-for-ads AS simple as "stop();", "gotoAndPlay", "geturl" etc are not converted - what are the substitutes in html5 canvas file? -I guess to learn HTML? (shit, what of those who do not have a mathematical brain for programming?)

    This.Stop (), this.gotoAndPlay (), window.open().  read the createjs of the api from easeljs.

    3. used HTML5 banners look different on every browser/operating system?

    blame steve jobs.

    Would be great if someone would make a nice guide to find out how to go from Flash to HTML5 ads ads manufacturing using Flash Pro - or basically this whole software will become obsolete?

    See 1 and 2.

    Should I start learning different trade? :/

    No, just charge more for html5 and make sure you get a list of browsers/versions that they want to use for the test.  charge for each other because each of them may require slightly different coding.

    Or its just artificial movement and Flash are never obsolete and superior? What are your thoughts?

    HTML, integrated SWF can become obsolete but flash pro seems to deftly transition.

  • Adobe flash professional cc 2014a are supported for banner ads from google?

    Hello

    Y at - there someone who can tell me if the product Adobe or Flash Pro CC support HTML5 for the Google Display network advertising banners.

    If it dose it please let me know how to do this because, according to Google. It will support HTML5 banners developed only in the Google Web Designer.

    Publish on site - Google Web Designer Help Center

    Best regards

    Niset

    Hi Nawaz,

    You can create HTML5 compatible banner using Flash Canvas. GWD has the ability to load directly on your DCM account if you use their software. You're not limited to only using GWD.

  • DoubleClick, banners, java script and size K

    I made the banner flash for 10 years and now trying (in vain) to make banners with adobe edge. I say useless is because of the k 100 javascript files that are associated with the project. Whoever does the banner 300 x 250, 728 x 90, 300 x 600, etc... knows that the typical k size is 30-50 kilobytes. This is not possible with the k size ads of java script for the project.

    DoubleClick Studio won't let not the dns files be hosted.

    Now I wonder if it is an archaic method of gauging the effect a banner on a website. My question is, java script should count towards the final size of a banner K? isn't it usually loading of images interested editors?

    A java script file k 100 takes the same bandwidth to load a picture on the site? I don't know how I could convince these large entities to change how they view the data sheet but if as I suspect it java script should not be grouped in the same category the images then maybe I can convince someone to change the specifications and divide into 'images' and 'java script' large kilobyte.

    Chad demoss

    Double-click best practices (best practices developer - DoubleClick Rich Media Help Center):

    • HTML5 Rich Media creative include polished default load. This means that the size of the initial load of the creation includes only the document main .html (which works a bit like a parent .swf file which is responsible for all assets). The enabler and .js external libraries/style sheets are considered to be subsequent loading and are not included in the QA test script.
  • Big problem with HTML5 for Adform banners

    Had a problem today deliver banners to adform. They claim that the files must be less than 100 KB uncompressed. (I usually delivered less than 100 KB in the format compressed without problem).

    I check a banner in format 930x600px that it did not contain the js folder but working anyway.  But all my banners of smaller format contains the js file and the file which, in itself, is 84 KB uncompressed.  Can I export other banners without the JS or why is it possible for the size 930 x 600 and not for others


    We are talking about expansion three chassis banners here. I hope someone can help... :-)

    Since you updated from a previous version, if you use any jquery it will add the file in your script Panel and a js file jquery.

    What kind of code you have. If you make simple animations, it should not be necessary for jquery.

    If jquery has always the reference in the script Panel and your remove the js folder it will create an error. So be sure to delete the reference to jquery in the script Panel if you delete the folder js. then you should be OK.

  • banners, I'm downloading in doubleclick studio experience and right at the bottom cut edge.

    for some reason the right and lower border are cut when I download doubleclick Studio.

    Locally and posted on our Web site, it looks fine, but when I upload wide cut in DCM.

    Anyone know what is happening?

    Maybe I can add the border in javascript or something instead of to animate?

    You can add margin 0 to having to ensure good positioning in iframe

  • Transparent HTML5 with Animate banners

    Hi, is it possible to create a banner of transparent HTML5 web with Animate?

    Thanks in advance,

    Tom

    If you look at the HTML code, you get a line is like this:

    Replace this:

    It should then be transparent.

    id=" canvas"="" width="468" height="60" style="">
  • Add tags click for DCM in file Adobe animate HTML5

    Hello

    I would use Adobe animate to create advertisements for use in DCM. I need help to get the code published to be valid for use in DCM, click tags, etc., compatible. Anyone have an info or help on how to add click labels and any other code in DCM required to the published files animate html 5? Either in the lead or subsequently in the published html file?


    Thank you!

    He gets asked several times per week; I think this should be stickied:

    Banners of HTML5 (for DoubleClick)?

Maybe you are looking for

  • How can I fix slow shift when you type?

    It's weird. In recent days, when you type anything on Facebook or other applications, including the subject of this question, I feel a very important gap between what I get and when it appears on the screen. However, as I type this question, there is

  • How to recover deleted (emptied) trash?

    I deleted by mistake to file very important from my mac. Luckily, I didn't remove the terminal by srm - v by dragging my file. IM tell you this because I hope that I can get it back. Its very important that I'm ready to buy any app even a third-party

  • How can I copy files from one disk to the other?

    I want to copy all my mp3 files from my ITunes music folder on an external hard drive.  I'm not interested in records, only the mp3 of themselves.  I got here in 'terminal' that I can execute a command?  Please notify.  Thank you.

  • Meeting place for Dell 8 cracked screen

    Hello Today I walked around with my Tablet and a bag in my hand the Tablet slipped from my hand and landed face down on the marble, I picked up and the screen was destroyed and the touch screen did not work I just want to know what to do, my friend t

  • Install LifeCam Studio offline

    I have recently loaded several LifeCam Studio webcam on XP SP3 machines installation. However, the only problem that occurs is that the installation wants to an available internet connection to install the necessary drivers, even if I download the ex