VASTlint
VAST-4.4-qrcode-size-percent

VAST-4.4-qrcode-size-percent

<QrCodeSize> size must be a percentage

ErrorCTV Ad PortfolioIAB vast_4.4.xsd vastPercent_typeAll VAST versions

Short answer

Like <QrCodePosition>, the size is expressed as a percentage of the screen so it renders consistently from a 720p set-top box to an 8K panel. A bare integer or a px suffix is invalid.

Why this matters in production

This rule is usually a delivery blocker. Many players, SDKs, and ad servers will discard the response or skip the affected creative once this condition is hit. The CTV Ad Portfolio standardises Pause, Screensaver, Overlay, Squeezeback and In-Scene ads, which ran for years on bespoke per-publisher integrations. These rules cover the VAST side of that contract: the NonLinear MediaFiles delivery model, the AdCOM signals round-tripped into Extensions so stitchers can validate the experience without the bid object, and the QR code block. The signaling guidance is final; the VAST 4.4 schema that accompanies it is still a working-group draft, so anything sourced only from the schema is reported as a warning or a note. Affected scope: All VAST versions.

Invalid

<QrCodeSize size="240"/>

Valid

<QrCodeSize size="15%"/>
Check your VAST tag for VAST-4.4-qrcode-size-percent and other issues instantly.Open the VAST tag validator →