[[["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-05-15 UTC."],[[["The `AssetCreativeTemplateVariableValue` object stores values for creative template variables of type `VariableType.ASSET`."],["It inherits from `BaseCreativeTemplateVariableValue` and includes a unique name and an associated creative asset."],["The `asset` field is required when creating new `TemplateCreative` objects and provides access to the creative asset's URL via `CreativeAsset.assetUrl`."],["This object is part of the Google Ad Manager API and is defined within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["`AssetCreativeTemplateVariableValue` stores values for `CreativeTemplateVariable` of `VariableType.ASSET`. It inherits from `BaseCreativeTemplateVariableValue`, which includes a `uniqueName` field. The core action is to associate an asset with a template variable. The `asset` field, of type `CreativeAsset`, holds this associated asset and is required when creating a new `TemplateCreative`. The asset's URL can be viewed using `CreativeAsset.assetUrl`. The namespace is defined as `https://www.google.com/apis/ads/publisher/v202405`.\n"]]