Show / Hide Table of Contents

Class SiteVideoSettings

Video Settings

Inheritance
System.Object
SiteVideoSettings
Implements
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_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.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

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

IDirectResponseSchema
In This Article
Back to top