A CustomCreativeAsset is an association between a CustomCreative and an asset.
Any assets that are associated with a creative can be inserted into its HTML snippet.
Namespace
https://www.google.com/apis/ads/publisher/v202402
Field
macroName
xsd:string
The name by which the associated asset will be referenced. For example, if the value is "foo",
then the asset can be inserted into an HTML snippet using the macro: "%%FILE:foo%%".
[[["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 2024-02-13 UTC."],[[["A `CustomCreativeAsset` links a `CustomCreative` and an asset, enabling asset insertion into HTML snippets."],["Assets associated with a creative can be accessed within its HTML snippet using macros referencing their assigned names."],["The `CustomCreativeAsset` object includes the `macroName`, used to reference the asset in HTML, and the `asset` itself, which can be viewed using `CreativeAsset.assetUrl`."]]],[]]