VAST-2.0-adsystem-no-version
<AdSystem> has no version attribute; provenance is harder to trace in partner debugging
Short answer
The version attribute on <AdSystem> is optional in every VAST version, but including it makes partner discrepancy debugging faster: the same ad server can emit very different tags across releases, and the version pins down which build produced the tag.
Why this matters in production
This rule is advisory rather than fatal, but it still matters for portability, debugging speed, and keeping tags predictable across different buyers and playback stacks. Quality rules flag values that pass every structural check but are operationally useless: placeholder titles and untraceable ad system names slow down every escalation, discrepancy investigation, and reporting workflow that touches the tag. Affected scope: VAST 2.0 and later (all versions).
Invalid
<AdSystem>MyAdServer</AdSystem>Valid
<AdSystem version="2.1">MyAdServer</AdSystem>VAST-2.0-adsystem-no-version and other issues instantly.Open the VAST tag validator →