Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
CreativeAssetMacroError.Reason defines reasons for creative asset macro errors in Google Ad Manager.
This error can occur due to invalid macro names or when the API version doesn't expose the actual value.
Macro names should begin with an alpha character, contain only alpha-numeric characters and underscores, and have a length between 1 and 64 characters.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The content defines the `CreativeAssetMacroError.Reason` enumeration, part of the `CreativeService` and `CreativeSetService` within the Google Ad Manager API v202411. It specifies potential errors when working with creative assets. The enumeration includes `INVALID_MACRO_NAME`, indicating an incorrectly formatted macro name (alphanumeric, underscores, 1-64 characters, starts with an alpha character), and `UNKNOWN`, representing an unspecified error. These errors are tied to the `LineItemCreativeAssociation` service and its dependencies.\n"]]