type CreativeWrapperError (v202402)
Errors specific to creative wrappers.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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.
|
CreativeWrapperError
|
reason
|
CreativeWrapperError.Reason
The error reason represented by an enum.
Enumerations
-
LABEL_ALREADY_ASSOCIATED_WITH_CREATIVE_WRAPPER
- The label is already associated with a CreativeWrapper.
-
INVALID_LABEL_TYPE
- The label type of a creative wrapper must be LabelType.CREATIVE_WRAPPER.
-
UNRECOGNIZED_MACRO
- A macro used inside the snippet is not recognized.
-
NEITHER_HEADER_NOR_FOOTER_SPECIFIED
- When creating a new creative wrapper, either header or footer should exist.
-
NEITHER_HEADER_NOR_FOOTER_NOR_VIDEO_TRACKING_URLS_SPECIFIED
- Creative wrapper must have either header and/or footer, or video tracking URLs.
-
CANNOT_USE_CREATIVE_WRAPPER_TYPE
- The network has not been enabled for creating labels of type
LabelType.CREATIVE_WRAPPER.
-
CANNOT_UPDATE_LABEL_ID
- Cannot update CreativeWrapper.labelId.
-
CANNOT_APPLY_TO_AD_UNIT_WITH_VIDEO_SIZES
- Cannot apply LabelType.CREATIVE_WRAPPER labels to an ad unit
if it has no descendants with AdUnit.adUnitSizes of
AdUnitSize#environmentType as
EnvironmentType.BROWSER.
-
CANNOT_APPLY_TO_AD_UNIT_WITHOUT_VIDEO_SIZES
- Cannot apply LabelType.CREATIVE_WRAPPER labels with a CreativeWrapper.VIDEO_TRACKING_URL type to an ad unit if it has no descendants with AdUnit.adUnitSizes of
AdUnitSize#environmentType as EnvironmentType.VIDEO_PLAYER.
-
CANNOT_APPLY_TO_AD_UNIT_WITHOUT_LABEL_ASSOCIATION
- Cannot apply LabelType.CREATIVE_WRAPPER labels to an ad unit if the label is not
associated with a creative wrapper.
-
CANNOT_APPLY_TO_MOBILE_AD_UNIT
- Cannot apply LabelType.CREATIVE_WRAPPER labels to an ad unit
if AdUnit.targetPlatform is of type
TargetPlatform#MOBILE
-
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 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["CreativeWrapperError objects represent errors specific to creative wrappers in Google Ad Manager."],["This error type inherits from ApiError and provides additional fields for context."],["CreativeWrapperError includes a reason field that indicates the specific cause of the error, with various reasons like invalid label type or unrecognized macro."],["Reasons for CreativeWrapperError can relate to label associations, ad unit compatibility, and creative wrapper content."],["Detailed information about each reason is provided in the documentation, helping to understand and resolve creative wrapper errors."]]],["The content outlines error handling within the `LabelService`, specifically focusing on `CreativeWrapperError`. This service deals with label management and creative wrappers. Errors, including `ApiError`, provide details like `fieldPath`, `trigger`, and `errorString`. `CreativeWrapperError` includes reasons such as a label already being associated, an invalid label type, unrecognized macros, or missing header/footer specification. Restrictions are also noted, like specific label types not applicable to certain ad units, and non-updatable fields.\n"]]