Overview
With SSAI, ads are stitched into your content stream on the server side. Beaconing of VAST ad error events is provided when using VOD + SSAI.
Ad error events provide insight to your ad workflows, allowing you to proactively resolve issues. Ensuring that your ads are delivered will help to maximize ad revenue.
Ad Error Beacons
The following table defines ad error events beaconed through SSAI, as defined in VAST 3.0/4.0 specifications.
Error code | Type | Description |
---|---|---|
100 |
ErrorCodeXMLParse |
XML parsing error
|
200 |
ErrorCodeTrafficking |
Trafficking error. Video player received an ad type that it was not expecting and/or cannot display.
|
301 |
ErrorCodeWrapperRequest |
Timeout of VAST URI provided in Wrapper element, or of VAST URI provided in a subsequent Wrapper element. Includes request errors such as invalid URI, unreachable or request timeout for URI, and security or other exceptions related to requesting a VAST URI.
|
302 |
ErrorCodeWrapperLimit |
Wrapper limit reached, as defined by the video player. Too many Wrapper responses have been received with no InLine response.
|
303 |
ErrorCodeWrapperNoAds |
No ads VAST response after one or more Wrappers. Also includes number of empty VAST responses from fallback.
|
406 |
ErrorCodeMissingMezz |
Mezzanine was required but not provided. Ad not served.
|
407 |
ErrorCodeProcessingMezz |
Mezzanine was downloaded for the first time. Ad not served.
|
900 |
ErrorCodeUndefined |
Undefined error
|