Class SiteVideoSettings
Video Settings
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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 |
---|---|
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 |
---|---|
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 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 |
---|---|
string |
PublisherSpecificationId
Publisher specification ID used to identify site-associated publisher requirements and automatically
populate transcode settings. If publisher specification ID is specified, it will take precedence over
transcode settings. 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 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 |