Ad Validation Checklist (50+ data points)![]() Written by Roy
May 18, 2022 • 34 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. External Resourcesopen_in_newFree Online Ad Tag Tester open_in_newFree Online HTML5 Ad Validation open_in_newFree Online VAST Inspector
More from AdValify.io
|