enum CreativeAssetMacroError.Reason (v202411)

  • CreativeAssetMacroError.Reason outlines the potential errors encountered when using creative asset macros.

  • The errors include issues like invalid macro names (e.g., incorrect format) and unknown errors that the API version might not reveal.

  • Macro names should adhere to specific rules: start with a letter, contain only alphanumeric characters and underscores, and have a length between 1 and 64 characters.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
INVALID_MACRO_NAME Invalid macro name specified. Macro names must start with an alpha character and consist only of alpha-numeric characters and underscores and be between 1 and 64 characters.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.