Hi Frank,
The 402 error code is a fatal error can be caused by a problem fetching or playing the MediaFile, and could be any of the following:
- The
loadVideoTimeout is set too low in the IMA SDK. The default is 8 seconds.
- Low bandwidth or poor website implementation with competing requests that delay loading of the MediaFile.
- A video auto-plays in a mobile environment, whereas it should be click-to-play (there are some exceptions).
- Showing video ads in an auto-play environment (for example, a playlist), while the window is not in focus (either another tab is selected, or window is minimized).*
For players that use the IMA SDK, video fallback may be helpful to avoid losing impressions.
To solve this issue, the recommended actions are:
- Increase the timeout limit of your player via the SDK. Learn more (assuming that you're using the IMA SDK for HTML5)
- Ensure that any CDN-hosted creatives are returned within the specified media timeout.