type VideoAdTagError (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
LiveStreamEventService
Lists all errors associated with live stream event ad tags.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
FieldPathElement[]
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.
|
VideoAdTagError
|
reason
|
VideoAdTagError.Reason
Enumerations
-
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLiveStreamEventService\u003c/code\u003e relates to managing live stream events and their associated ad tags within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThis service outlines various error types, categorized under \u003ccode\u003eApiError\u003c/code\u003e for general API issues and \u003ccode\u003eVideoAdTagError\u003c/code\u003e specifically for ad tag problems.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVideoAdTagError\u003c/code\u003e reasons include missing fields, invalid URLs or hostnames, incorrect traffic types (live vs.VOD), and unsupported schemes or ad output formats.\u003c/p\u003e\n"],["\u003cp\u003eErrors provide details such as field path, trigger data, and a descriptive error string for debugging purposes.\u003c/p\u003e\n"],["\u003cp\u003eThis information helps developers understand and resolve potential issues when working with live stream event ad tags in Google Ad Manager.\u003c/p\u003e\n"]]],["The core content outlines the `LiveStreamEventService` and its associated errors, focusing on the `ApiError` inheritance and `VideoAdTagError`. `ApiError` includes details like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `VideoAdTagError` lists specific reasons for ad tag errors, including `MISSING_REQUIRED_FIELDS`, `NO_LIVE_TRAFFIC`, `INVALID_AD_TAG_HOST`, and other URL or format-related issues. These errors are categorized and detailed for debugging purposes.\n"],null,[]]