Show / Hide Table of Contents

Class VideoSettings

Video Settings

Inheritance
object
VideoSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class VideoSettings : IDirectResponseSchema

Properties

CompanionSettings

Settings for the companion creatives of video creatives served to this placement.

Declaration
[JsonProperty("companionSettings")]
public virtual CompanionSetting CompanionSettings { get; set; }
Property Value
Type Description
CompanionSetting

DurationSeconds

Duration of a video placement in seconds.

Declaration
[JsonProperty("durationSeconds")]
public virtual int? DurationSeconds { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoSettings".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

ObaEnabled

Whether OBA icons are enabled for this placement.

Declaration
[JsonProperty("obaEnabled")]
public virtual bool? ObaEnabled { get; set; }
Property Value
Type Description
bool?

ObaSettings

Settings for the OBA icon of video creatives served to this placement. If this object is provided, the creative-level OBA settings will be overridden.

Declaration
[JsonProperty("obaSettings")]
public virtual ObaIcon ObaSettings { get; set; }
Property Value
Type Description
ObaIcon

Orientation

Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.

Declaration
[JsonProperty("orientation")]
public virtual string Orientation { get; set; }
Property Value
Type Description
string

PublisherSpecificationId

Publisher specification ID of a video placement. Possible values are: * 1, Hulu * 2, NBC * 3, CBS * 4, CBS Desktop * 5, Discovery * 6, VEVO HD * 7, VEVO Vertical * 8, Fox * 9, CW Network * 10, Disney * 11, IGN * 12, NFL.com * 13, Turner Broadcasting * 14, Tubi on Fox * 15, Hearst Corporation * 16, Twitch Desktop * 17, ABC * 18, Univision * 19, MLB.com * 20, MLB.com Mobile * 21, MLB.com OTT * 22, Polsat * 23, TVN * 24, Mediaset * 25, Antena 3 * 26, Mediamond * 27, Sky Italia * 28, Tubi on CBS * 29, Spotify * 30, Paramount * 31, Max

Declaration
[JsonProperty("publisherSpecificationId")]
public virtual long? PublisherSpecificationId { get; set; }
Property Value
Type Description
long?

SkippableSettings

Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.

Declaration
[JsonProperty("skippableSettings")]
public virtual SkippableSetting SkippableSettings { get; set; }
Property Value
Type Description
SkippableSetting

TranscodeSettings

Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.

Declaration
[JsonProperty("transcodeSettings")]
public virtual TranscodeSetting TranscodeSettings { get; set; }
Property Value
Type Description
TranscodeSetting

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX