Jump to content
Search Community

roy_advalify

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by roy_advalify

  1. Hi Kek, great tool! :)

     

    There's however an online backup ad generator for HTML5 ads, and it works quite fast. See here:

     

    https://www.creativeqa.io/html5-backup-ad-generator/nt3t6-74591-a5e26

     

    It takes a high-quality screenshot of the last frame of an HTML5 creative. You can set the maximum file size of the image, and you have the option to export to PNG, JPG or WebP. You can also use the API to auto-generate backup images.

     

    That having said, your tool is much more sophisticated. Well done! :)

    html5-backup-ad-generator2.png

  2. If you have 120 PNG images, the file size would probably become quite large. Why don't you create an MP4 video instead?

    First, name your images padded with zeros. For example, pic0001.png, pic0002.png, etc. Then, run this ffmpeg command:

     

    ffmpeg -r 60 -f image2 -s 1920x1080 -i pic%04d.png -vcodec libx264 -crf 25 -pix_fmt yuv420p test.mp4

     

    If you don't have ffmpeg, you can download it here: https://ffmpeg.org

     

    Perhaps this is not the solution you're looking for, but since you said ALL suggestions are welcome :)

    • Like 2
  3. Do you base a banner's initial load based on the DOMContentLoaded event or user interaction? Perhaps I can help you further.

     

    Note that the IAB has renamed "polite" to "host-initiated subload", as it was not clearly defined. The host-initiated subload is now defined as all assets that load 1 second after the DOMContentLoadedEventEnd event of a page. See here:

     

    https://iabtechlab.com/standards/iab-display-advertising-guidelines/iab-display-creative-guidelines-release-notes/

     

    There are tools available that can calculate these loads automatically, just by uploading the creative Zip file. Any chance you can attach your ad tag or Zip file to this post?

  4.   

    On 1/22/2016 at 5:13 PM, Carl said:

    Standard Ads for DoubleClick Bid Manager: https://h5validator.appspot.com/dbm

     

    Google's no longer works since March 2021 as it's deprecated. You can try https://www.creativeqa.io/html5-ad-validator as an alternative. It also scans a number of things that Google doesn't take into account.

     

    Edit: you can now use APIs to automate and scale the ad validation process:
    https://www.advalify.io/html5-ad-validator

     

    On 10/4/2018 at 10:41 PM, DonU2 said:

    I have a HTML5 Zip that passes all the validator criteria except for the landing page crawlability.

     

    That's probably because bots are detected on the landing page, making it impossible to load. You can try a different landing page to see if that's the case.

    advalify-ui-example.png

    • Like 2
×
×
  • Create New...