Class VideoMetadata
Video metadata for a creative.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class VideoMetadata : IDirectResponseSchema
Properties
Duration
The duration of the ad. Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsValidVast
Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("isValidVast")]
public virtual bool? IsValidVast { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsVpaid
Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("isVpaid")]
public virtual bool? IsVpaid { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MediaFiles
The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
Declaration
[JsonProperty("mediaFiles")]
public virtual IList<MediaFile> MediaFiles { get; set; }
Property Value
Type | Description |
---|---|
IList<MediaFile> |
SkipOffset
The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("skipOffset")]
public virtual object SkipOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
VastVersion
The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("vastVersion")]
public virtual string VastVersion { get; set; }
Property Value
Type | Description |
---|---|
string |