|
bool | overrideSize [get, set] |
| Allows the creative size to differ from the actual HTML5 asset size. This attribute is optional. More...
|
|
bool | overrideSizeSpecified [get, set] |
|
string[] | thirdPartyImpressionTrackingUrls [get, set] |
| Impression tracking URLs to ping when this creative is displayed. This field is optional. More...
|
|
string | thirdPartyClickTrackingUrl [get, set] |
| A click tracking URL to ping when this creative is clicked. This field is optional. More...
|
|
LockedOrientation | lockedOrientation [get, set] |
| A locked orientation for this creative to be displayed in. More...
|
|
bool | lockedOrientationSpecified [get, set] |
|
SslScanResult | sslScanResult [get, set] |
| The SSL compatibility scan result of this creative. More...
|
|
bool | sslScanResultSpecified [get, set] |
|
SslManualOverride | sslManualOverride [get, set] |
| The manual override for the SSL compatibility of this creative. More...
|
|
bool | sslManualOverrideSpecified [get, set] |
|
bool | isSafeFrameCompatible [get, set] |
| Whether the Creative is compatible for SafeFrame rendering. More...
|
|
bool | isSafeFrameCompatibleSpecified [get, set] |
|
CreativeAsset | html5Asset [get, set] |
| The HTML5 asset. To preview the HTML5 asset, use the CreativeAsset::assetUrl. In this field, the CreativeAsset::assetByteArray must be a zip bundle and the CreativeAsset::fileName must have a zip extension. This attribute is required. More...
|
|
long | advertiserId [get, set] |
| The ID of the advertiser that owns the creative. This attribute is required. More...
|
|
bool | advertiserIdSpecified [get, set] |
|
long | id [get, set] |
| Uniquely identifies the More...
|
|
bool | idSpecified [get, set] |
|
string | name [get, set] |
| The name of the creative. This attribute is required and has a maximum length of 255 characters. More...
|
|
Size | size [get, set] |
| The Size of the creative. This attribute is required for creation and then is read-only. More...
|
|
string | previewUrl [get, set] |
| The URL of the creative for previewing the media. This attribute is read-only and is assigned by Google when a creative is created. More...
|
|
CreativePolicyViolation[] | policyLabels [get, set] |
| Set of policy labels detected for this creative. This attribute is read-only. More...
|
|
AppliedLabel[] | appliedLabels [get, set] |
| The set of labels applied to this creative. More...
|
|
DateTime | lastModifiedDateTime [get, set] |
| The date and time this creative was last modified. More...
|
|
BaseCustomFieldValue[] | customFieldValues [get, set] |
| The values of the custom fields associated with this creative. More...
|
|
ThirdPartyDataDeclaration | thirdPartyDataDeclaration [get, set] |
| The third party companies associated with this creative. More...
|
|
A
Creative
that contains a zipped HTML5 bundle asset, a list of third party impression trackers, and a third party click tracker.