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

Contains debugging information about a creative that was served during an ad break. More...

Properties

int sequence [get, set]
 The position of the ad within the ad break. More...
 
bool sequenceSpecified [get, set]
 
long slateDurationMills [get, set]
 The duration of the slate if this creative is a slate, 0 if this is an ad. More...
 
bool slateDurationMillsSpecified [get, set]
 
long creativeDurationMills [get, set]
 The duration of the creative, 0 if this is a slate. More...
 
bool creativeDurationMillsSpecified [get, set]
 
CreativeTranscode creativeTranscode [get, set]
 Information about the transcoded creative. More...
 
string googleVideoId [get, set]
 Google-owned user-facing universal identifier for the creative. Will only be populated if the creative was successfully acquired. More...
 
SamError samError [get, set]
 Information about any error associated with this creative, or null if there was no error. More...
 
bool isTranscoded [get, set]
 Whether this creative is transcoded. More...
 
bool isTranscodedSpecified [get, set]
 
bool isDropped [get, set]
 Whether this creative was dropped from the AdDecision during serving. More...
 
bool isDroppedSpecified [get, set]
 

Detailed Description

Contains debugging information about a creative that was served during an ad break.

Property Documentation

long Google.Api.Ads.AdManager.v202508.AdDecisionCreative.creativeDurationMills
getset

The duration of the creative, 0 if this is a slate.

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.creativeDurationMillsSpecified
getset

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

CreativeTranscode Google.Api.Ads.AdManager.v202508.AdDecisionCreative.creativeTranscode
getset

Information about the transcoded creative.

string Google.Api.Ads.AdManager.v202508.AdDecisionCreative.googleVideoId
getset

Google-owned user-facing universal identifier for the creative. Will only be populated if the creative was successfully acquired.

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.isDropped
getset

Whether this creative was dropped from the AdDecision during serving.

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.isDroppedSpecified
getset

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

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.isTranscoded
getset

Whether this creative is transcoded.

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.isTranscodedSpecified
getset

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

SamError Google.Api.Ads.AdManager.v202508.AdDecisionCreative.samError
getset

Information about any error associated with this creative, or null if there was no error.

int Google.Api.Ads.AdManager.v202508.AdDecisionCreative.sequence
getset

The position of the ad within the ad break.

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.sequenceSpecified
getset

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

long Google.Api.Ads.AdManager.v202508.AdDecisionCreative.slateDurationMills
getset

The duration of the slate if this creative is a slate, 0 if this is an ad.

bool Google.Api.Ads.AdManager.v202508.AdDecisionCreative.slateDurationMillsSpecified
getset

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


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