enum CreativeWrapperError.Reason (v202505)

  • CreativeWrapperError.Reason defines the reasons for creative wrapper errors within the specified namespace.

  • Errors include issues like labels already associated with a CreativeWrapper, invalid label types, unrecognized macros, missing header or footer, network not enabled for creative wrapper labels, inability to update label ID, and restrictions on applying creative wrapper labels to certain ad units based on size, video support, or platform.

  • The UNKNOWN reason indicates a value not exposed in the requested API version.

The reasons for the creative wrapper error.


Namespace
https://www.google.com/apis/ads/publisher/v202505
Enumeration Description
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.
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.