Show / Hide Table of Contents

Class SiteVideoSettings

Video Settings

Inheritance
System.Object
SiteVideoSettings
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class SiteVideoSettings : IDirectResponseSchema

Properties

CompanionSettings

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

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

ETag

The ETag of the item.

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

Kind

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

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

ObaEnabled

Whether OBA icons are enabled for this placement.

Declaration
[JsonProperty("obaEnabled")]
public virtual bool? ObaEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ObaSettings

Settings for the OBA icon of video creatives served to this site. This will act as default for new placements created under this site.

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

Orientation

Orientation of a site template used for video. This will act as default for new placements created under this site.

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

SkippableSettings

Settings for the skippability of video creatives served to this site. This will act as default for new placements created under this site.

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

TranscodeSettings

Settings for the transcodes of video creatives served to this site. This will act as default for new placements created under this site.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top