From 96bd41b2bcee86210dabb9350149514a4c5dfe69 Mon Sep 17 00:00:00 2001 From: AdMeIn Advertising Testing Tools Date: Mon, 1 Jun 2026 04:16:25 +1000 Subject: [PATCH] Replace Deprecated VAST Ad Tester Link in README This PR updates the README by replacing a deprecated VAST testing resource that is no longer available. The current README references this link that appears to be inactive and is no longer accessible. VAST Ad Tester (http://zutils.zedo.com/vastvalidator/) The proposed validator is highly maintained and provides; - Validation of VAST XML against IAB VAST schema standards - Support for VAST URLs and raw XML input - Validation across all VAST versions 2.0-4.2 This change ensures that README users are directed to an active and maintained resource rather than a discontinued tool. ------------------ If you would like to explore the tool; VAST Validator - https://admein.io/vast-tester VAST Generator - https://admein.io/vast-generator VAST Examples - https://admein.io/vast-tester/examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de7876b..02d72b2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Other VAST Resources * [IAB TechLab VAST tag tester - execute VAST tag](https://vasttester.iabtechlab.com/) -* [VAST Ad Tester](http://zutils.zedo.com/vastvalidator/) +* [AdMeIn VAST Validator & Tester](https://admein.io/vast-tester) * [Google VAST Tester](https://developers.google.com/interactive-media-ads/docs/vastinspector_dual)