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

A template upon which a creative can be created. More...

Properties

long id [get, set]
 Uniquely identifies the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the creative template. This attribute is required and has a maximum length of 255 characters. More...
 
string description [get, set]
 The description of the creative template. This attribute is optional. More...
 
CreativeTemplateVariable[] variables [get, set]
 The list of creative template variables. This attribute is required. More...
 
string snippet [get, set]
 The snippet of the creative template, with placeholders for the associated variables. This attribute is required. More...
 
CreativeTemplateStatus status [get, set]
 The status of the More...
 
bool statusSpecified [get, set]
 
CreativeTemplateType type [get, set]
 The type of the More...
 
bool typeSpecified [get, set]
 
bool isInterstitial [get, set]
 
bool isInterstitialSpecified [get, set]
 
bool isNativeEligible [get, set]
 
bool isNativeEligibleSpecified [get, set]
 
bool isSafeFrameCompatible [get, set]
 Whether the Creative produced is compatible for SafeFrame rendering. More...
 
bool isSafeFrameCompatibleSpecified [get, set]
 

Detailed Description

A template upon which a creative can be created.

Property Documentation

string Google.Api.Ads.AdManager.v202305.CreativeTemplate.description
getset

The description of the creative template. This attribute is optional.

long Google.Api.Ads.AdManager.v202305.CreativeTemplate.id
getset

Uniquely identifies the

CreativeTemplate. This attribute is read-only and is assigned by Google when a creative template is created.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.idSpecified
getset

true, if a value is specified for id, false otherwise.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.isInterstitial
getset

true if this creative template produces interstitial creatives.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.isInterstitialSpecified
getset

true, if a value is specified for isInterstitial, false otherwise.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.isNativeEligible
getset

true if this creative template produces native-eligible creatives.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.isNativeEligibleSpecified
getset

true, if a value is specified for isNativeEligible, false otherwise.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.isSafeFrameCompatible
getset

Whether the Creative produced is compatible for SafeFrame rendering.

This attribute is optional and defaults to true.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.isSafeFrameCompatibleSpecified
getset

true, if a value is specified for isSafeFrameCompatible, false otherwise.

string Google.Api.Ads.AdManager.v202305.CreativeTemplate.name
getset

The name of the creative template. This attribute is required and has a maximum length of 255 characters.

string Google.Api.Ads.AdManager.v202305.CreativeTemplate.snippet
getset

The snippet of the creative template, with placeholders for the associated variables. This attribute is required.

CreativeTemplateStatus Google.Api.Ads.AdManager.v202305.CreativeTemplate.status
getset

The status of the

CreativeTemplate. This attribute is read-only and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.statusSpecified
getset

true, if a value is specified for status, false otherwise.

CreativeTemplateType Google.Api.Ads.AdManager.v202305.CreativeTemplate.type
getset

The type of the

CreativeTemplate. Publisher can only create user-defined template

bool Google.Api.Ads.AdManager.v202305.CreativeTemplate.typeSpecified
getset

true, if a value is specified for type, false otherwise.

CreativeTemplateVariable [] Google.Api.Ads.AdManager.v202305.CreativeTemplate.variables
getset

The list of creative template variables. This attribute is required.


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