A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["The LiveStreamEventService manages live stream events and their associated errors."],["`VideoAdTagError` specifically addresses errors related to live stream event ad tags."],["Possible errors include missing fields, invalid URLs, incorrect traffic types (live/VOD), and format mismatches."],["This service uses a namespace of `https://www.google.com/apis/ads/publisher/v202411`."],["Errors are categorized by field path, trigger, error string, and specific reasons for ad tag issues."]]],["The `LiveStreamEventService` uses `ApiError` as a base, with numerous specific error types for live stream events. It details errors related to ad break markups, API versions, authentication, collection sizes, and various feature issues. It also includes errors for CDN settings, conditioning, custom asset keys, date/time, DVR window, preroll settings, and slates. Additionally, the document lists `VideoAdTagError` enumerations such as `MISSING_REQUIRED_FIELDS`, `NO_LIVE_TRAFFIC`, `NO_VOD_TRAFFIC`, and others, related to ad tag setup.\n"]]