enum VideoAdTagError.Reason (v202411)

  • VideoAdTagError.Reason outlines the potential errors encountered when using ad tags within live stream events.

  • These errors can range from missing required fields to using an incorrect URL format or an unsupported output format.

  • Google Ad Manager's LiveStreamEventService utilizes this enumeration for troubleshooting ad tag issues.

  • The enumeration provides specific reasons for errors, such as missing required fields in the ad tag, incorrect URL formats for live or VOD traffic, an invalid hostname, an invalid scheme, or misaligned VAST and VMAP settings.

Describes reasons for VideoAdTagError.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
MISSING_REQUIRED_FIELDS One or more required fields are not specified in the ad tag.
NO_LIVE_TRAFFIC Ad tag URL is not a live traffic URL. Url should start with: https://pubads.g.doubleclick.net/gampad/live/ads, not https://pubads.g.doubleclick.net/gampad/ads
NO_VOD_TRAFFIC Ad tag URL is not a VOD traffic URL. Url should start with: https://pubads.g.doubleclick.net/gampad/ads , not https://pubads.g.doubleclick.net/gampad/live/ads
INVALID_AD_TAG_HOST URL hostname is not a valid Google Publisher Tag or Freewheel Tag host name.
INVALID_SCHEME Only HTTPS is supported.
INVALID_AD_OUTPUT_FORMAT Invalid ad output format. Settings for VAST and VMAP must be aligned.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.