type AssetCreativeTemplateVariableValue (v202405)
Stores values of CreativeTemplateVariable of VariableType.ASSET
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
BaseCreativeTemplateVariableValue (inherited)
|
uniqueName
|
xsd:string
A uniqueName of the CreativeTemplateVariable.
|
AssetCreativeTemplateVariableValue
|
asset
|
CreativeAsset
The associated asset. This attribute is required when creating a new TemplateCreative .
To view the asset, use CreativeAsset.assetUrl.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["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"]]