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/v202408
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-08-20 UTC."],[[["A `CustomCreativeAsset` links a `CustomCreative` and an asset, enabling the insertion of associated assets into HTML snippets."],["Assets linked to a creative can be referenced within the HTML snippet using macros derived from the `macroName`."],["The `asset` field is mandatory and points to the `CreativeAsset`, allowing access to the asset's URL via `CreativeAsset.assetUrl`."]]],[]]