vastlint

SIMID-type-missing

type attribute missing on <InteractiveCreativeFile>

ErrorAttributesSIMID 1.2 §3.1, VAST 4.0 §3.11

The attribute is required on and must be . It tells the player the MIME type of the resource that will be loaded into the sandboxed iframe. Without it, the player cannot load or verify the creative.

The type attribute is required on <InteractiveCreativeFile> and must be text/html. It tells the player the MIME type of the resource that will be loaded into the sandboxed iframe. Without it, the player cannot load or verify the creative.

How to fix

Add type="text/html" to the <InteractiveCreativeFile> element.

Invalid

<InteractiveCreativeFile apiFramework="SIMID">
  <![CDATA[https://example.com/creative.html]]>
</InteractiveCreativeFile>

Valid

<InteractiveCreativeFile type="text/html" apiFramework="SIMID">
  <![CDATA[https://example.com/creative.html]]>
</InteractiveCreativeFile>
Check your VAST tag for SIMID-type-missing and other issues instantly.Validate a tag →