|
Ads API .NET library
|
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] |
A template upon which a creative can be created.
|
getset |
The description of the creative template. This attribute is optional.
|
getset |
Uniquely identifies the
CreativeTemplate. This attribute is read-only and is assigned by Google when a creative template is created.
|
getset |
true, if a value is specified for id, false otherwise.
|
getset |
true if this creative template produces interstitial creatives.
|
getset |
true, if a value is specified for isInterstitial, false otherwise.
|
getset |
true if this creative template produces native-eligible creatives.
|
getset |
true, if a value is specified for isNativeEligible, false otherwise.
|
getset |
Whether the Creative produced is compatible for SafeFrame rendering.
This attribute is optional and defaults to true.
|
getset |
true, if a value is specified for isSafeFrameCompatible, false otherwise.
|
getset |
The name of the creative template. This attribute is required and has a maximum length of 255 characters.
|
getset |
The snippet of the creative template, with placeholders for the associated variables. This attribute is required.
|
getset |
The status of the
CreativeTemplate. This attribute is read-only and is assigned by Google.
|
getset |
true, if a value is specified for status, false otherwise.
|
getset |
The type of the
CreativeTemplate. Publisher can only create user-defined template
|
getset |
true, if a value is specified for type, false otherwise.
|
getset |
The list of creative template variables. This attribute is required.