VASTlint
VMAP-1.0-adbreak-timeoffset

VMAP-1.0-adbreak-timeoffset

`<AdBreak>` must have a timeOffset attribute

ErrorVMAPIAB VMAP 1.0.1 §2.3.1VMAP 1.0 (all VMAP documents)

Short answer

The timeOffset attribute is required on every <AdBreak>. It tells the player at what point in the content to insert the ad break. Without it the break cannot be scheduled.

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. VMAP rules validate the ad break schedule envelope. Malformed break timing, wrong namespace declarations, or invalid AdSource content prevent players from resolving any of the ads in the playlist. Affected scope: VMAP 1.0 (all VMAP documents).

Invalid

<vmap:AdBreak breakType="linear">
  <vmap:AdSource id="1" />
</vmap:AdBreak>

Valid

<vmap:AdBreak timeOffset="start" breakType="linear">
  <vmap:AdSource id="1" />
</vmap:AdBreak>
Check your VAST tag for VMAP-1.0-adbreak-timeoffset and other issues instantly.Open the VAST tag validator →