enum CreativeAssetMacroError.Reason (v202508)

  • CreativeAssetMacroError.Reason provides reasons for errors related to creative asset macros.

  • Error reasons include INVALID_MACRO_NAME for incorrectly formatted macro names and UNKNOWN for values not exposed by the API version.

  • Macro names must follow specific rules: start with an alpha character, contain only alpha-numeric characters and underscores, and be between 1 and 64 characters long.

The reasons for the target error.


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