AI-generated Key Takeaways
-
CreativeAssetMacroError.Reasondescribes the possible reasons for target errors. -
The possible reasons are
INVALID_MACRO_NAMEandUNKNOWN. -
INVALID_MACRO_NAMEindicates an incorrectly formatted macro name. -
UNKNOWNis returned for values not exposed in the requested API version.
Service
CreativeService
CreativeSetService
LineItemCreativeAssociationService
Dependencies
CreativeAssetMacroError
▼
CreativeAssetMacroError.Reason
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |