Class SiteVideoSettings
Video Settings
Inheritance
Implements
Inherited Members
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 |