DAAST-1.0-mediafile-audio-type
DAAST `<MediaFile>` type is a video MIME type — DAAST creatives are audio
Short answer
A video MIME type (e.g., video/mp4) on a DAAST <MediaFile> suggests the wrong asset was referenced. DAAST creatives are audio-only; the expected type is an audio MIME type such as audio/mpeg or audio/mp4.
Why this matters in production
This rule is a strong risk signal. Tags with this issue often still parse, but they become brittle across SDKs, SSAI resolvers, and CTV environments. DAAST rules validate the structural and semantic requirements specific to digital audio ad serving. Audio-specific fields like Category, AdInteractions, and audio MediaFile attributes are required by the spec and are absent from standard VAST validation. Affected scope: DAAST 1.0 and 1.1 (all DAAST documents).
Invalid
<MediaFile delivery="progressive" type="video/mp4">
<![CDATA[https://cdn.example.com/ad.mp4]]>
</MediaFile>Valid
<MediaFile delivery="progressive" type="audio/mpeg">
<![CDATA[https://cdn.example.com/ad.mp3]]>
</MediaFile>DAAST-1.0-mediafile-audio-type and other issues instantly.Open the VAST tag validator →