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-05-15 UTC."],[[["The `LiveStreamEventService` handles errors related to live stream event ad tags, primarily focusing on issues with required fields, traffic types (live/VOD), URL formats, and ad output formats."],["Errors are categorized by `ApiError` and `VideoAdTagError`, with detailed information about the error's location (`fieldPath`, `fieldPathElements`), cause (`trigger`), and a description (`errorString`, `reason`)."],["The `VideoAdTagError.Reason` enumeration provides specific reasons for ad tag errors, such as missing fields, incorrect traffic URLs, invalid hostnames, and unsupported schemes."],["Developers can use this information to identify and resolve issues with live stream event ad tags, ensuring smooth ad delivery and optimal monetization."]]],["The `LiveStreamEventService` API utilizes `ApiError` as a base, with various specific error types listed. These include errors related to ad break markup, API versions, authentication, collection sizes, and more. It details error fields like `fieldPath`, `trigger`, and `errorString`. Specifically, `VideoAdTagError` enumerates reasons for tag issues, such as missing fields, incorrect URL types (live vs. VOD), invalid hostnames, unsupported schemes (only HTTPS), and output format mismatches.\n"]]