Ad Validation Checklist (50+ data points)![]() Written by Roy
Apr 5, 2022 • 37 min read
![]() Host-initiated subload, document.write(), CPU usage... Are you working in ad ops and have to validate ads regularly? Use this checklist to tick off ad validation tests you've performed on a creative. List for Ad Tags and HTML5 Ads
Extra tests for HTML5 Ads
List for VAST Video Ads
Perform all tests in a couple of seconds?No time to check each test manually? Use these free online scanners to validate Ad Tags, HTML5 Ads or VAST tags. Here's a screenshot of what the result looks like. Scanners provided by AdValify.io Automated scans using APIs
Increase your workflow by scanning hundreds of ads automatically. First, download this PHP class from Github: Then, run these lines of code: include("AdValify.php"); $AdValify = new AdValify(); $result_tag = $AdValify->scanTag("This is an ad tag..."); $result_zip = $AdValify->scanZip("Binary Zip data here..."); $result_vast = $AdValify->scanVAST("URL pointing to VAST document..."); The result will be an array, which you can use further down in your logic. Check out the complete API Documentation for a list of all data points collected by the scanner. •••
Download this article as PDF?
No time to read the whole article? Download a free PDF version of this article for later: Permalink
To link to this article, please use: External ResourcesMore from AdValify.io |