SIMID-1.0-simid-interactive-start
Linear SIMID creative on VAST 4.2+ should include an interactiveStart tracking event
Short answer
VAST 4.2 added interactiveStart for the moment the SIMID creative takes control. Absent on a 4.2+ linear SIMID tag means players that fire the event send no measurement.
Why this matters in production
This is advisory context that still helps keep interactive delivery predictable and easier to debug across different SIMID-capable players. Linear SIMID issues affect the handshake between the primary video creative and the interactive layer. When these break, the ad often falls back to plain video or fails interaction entirely.
VAST 4.2 added interactiveStart for the moment the SIMID creative takes control. Absent on a 4.2+ linear SIMID tag means players that fire the event send no measurement.
How to fix
Add a Tracking event="interactiveStart" URI under Linear TrackingEvents on VAST 4.2+ linear SIMID ads.
Broader troubleshooting
If this rule is one part of a bigger SIMID delivery issue, start with the SIMID troubleshooting guide for a checklist covering iframe URLs, HTTPS, fallback media, and player support. If the XML is already clean, test the live tag: a JS file, frame headers, or a missing createSession will not show up in the catalog.
Invalid
<TrackingEvents>
<Tracking event="start"><![CDATA[https://track.example.com/start]]></Tracking>
</TrackingEvents>Valid
<TrackingEvents>
<Tracking event="start"><![CDATA[https://track.example.com/start]]></Tracking>
<Tracking event="interactiveStart"><![CDATA[https://track.example.com/interactiveStart]]></Tracking>
</TrackingEvents>SIMID-1.0-simid-interactive-start and other issues instantly.Open the VAST tag validator →