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

A More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.VastRedirectCreative:
Google.Api.Ads.AdManager.v202305.Creative

Properties

string vastXmlUrl [get, set]
 The URL where the 3rd party VAST XML is hosted. This attribute is required. More...
 
VastRedirectType vastRedirectType [get, set]
 The type of VAST ad that this redirects to. This attribute is required. More...
 
bool vastRedirectTypeSpecified [get, set]
 
int duration [get, set]
 The duration of the VAST ad in milliseconds. This attribute is required. More...
 
bool durationSpecified [get, set]
 
long[] companionCreativeIds [get, set]
 The IDs of the companion creatives that are associated with this creative. This attribute is optional. More...
 
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls [get, set]
 A map from More...
 
string vastPreviewUrl [get, set]
 An ad tag URL that will return a preview of the VAST XML response specific to this creative. This attribute is read-only. More...
 
SslScanResult sslScanResult [get, set]
 The SSL compatibility scan result for 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 isAudio [get, set]
 Whether the 3rd party VAST XML points to an audio ad. When true, VastRedirectCreative::size will always be 1x1. More...
 
bool isAudioSpecified [get, set]
 
- Properties inherited from Google.Api.Ads.AdManager.v202305.Creative
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...
 

Detailed Description

A

Creative that points to an externally hosted VAST ad and is served via VAST XML as a VAST Wrapper.

Property Documentation

long [] Google.Api.Ads.AdManager.v202305.VastRedirectCreative.companionCreativeIds
getset

The IDs of the companion creatives that are associated with this creative. This attribute is optional.

int Google.Api.Ads.AdManager.v202305.VastRedirectCreative.duration
getset

The duration of the VAST ad in milliseconds. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.VastRedirectCreative.durationSpecified
getset

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

bool Google.Api.Ads.AdManager.v202305.VastRedirectCreative.isAudio
getset

Whether the 3rd party VAST XML points to an audio ad. When true, VastRedirectCreative::size will always be 1x1.

bool Google.Api.Ads.AdManager.v202305.VastRedirectCreative.isAudioSpecified
getset

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

SslManualOverride Google.Api.Ads.AdManager.v202305.VastRedirectCreative.sslManualOverride
getset

The manual override for the SSL compatibility of this creative.

This attribute is optional and defaults to SslManualOverride::NO_OVERRIDE.

bool Google.Api.Ads.AdManager.v202305.VastRedirectCreative.sslManualOverrideSpecified
getset

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

SslScanResult Google.Api.Ads.AdManager.v202305.VastRedirectCreative.sslScanResult
getset

The SSL compatibility scan result for this creative.

This attribute is read-only and determined by Google.

bool Google.Api.Ads.AdManager.v202305.VastRedirectCreative.sslScanResultSpecified
getset

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

ConversionEvent_TrackingUrlsMapEntry [] Google.Api.Ads.AdManager.v202305.VastRedirectCreative.trackingUrls
getset

A map from

ConversionEvent to a list of URLs that will be pinged when the event happens. This attribute is optional.

string Google.Api.Ads.AdManager.v202305.VastRedirectCreative.vastPreviewUrl
getset

An ad tag URL that will return a preview of the VAST XML response specific to this creative. This attribute is read-only.

VastRedirectType Google.Api.Ads.AdManager.v202305.VastRedirectCreative.vastRedirectType
getset

The type of VAST ad that this redirects to. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.VastRedirectCreative.vastRedirectTypeSpecified
getset

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

string Google.Api.Ads.AdManager.v202305.VastRedirectCreative.vastXmlUrl
getset

The URL where the 3rd party VAST XML is hosted. This attribute is required.


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