Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.CustomCreativeAsset Class Reference

A More...

Properties

string macroName [get, set]
 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%%". More...
 
CreativeAsset asset [get, set]
 The asset. This attribute is required. To view the asset, use CreativeAsset::assetUrl. More...
 

Detailed Description

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.

Property Documentation

CreativeAsset Google.Api.Ads.AdManager.v202402.CustomCreativeAsset.asset
getset

The asset. This attribute is required. To view the asset, use CreativeAsset::assetUrl.

string Google.Api.Ads.AdManager.v202402.CustomCreativeAsset.macroName
getset

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%%".


The documentation for this class was generated from the following file: