Class SiteSkippableSetting
Skippable Settings
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class SiteSkippableSetting : IDirectResponseSchema
Properties
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#siteSkippableSetting".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgressOffset
Amount of time to play videos served to this site template before counting a view. Applicable when skippable is true.
Declaration
[JsonProperty("progressOffset")]
public virtual VideoOffset ProgressOffset { get; set; }
Property Value
Type | Description |
---|---|
VideoOffset |
SkipOffset
Amount of time to play videos served to this site before the skip button should appear. Applicable when skippable is true.
Declaration
[JsonProperty("skipOffset")]
public virtual VideoOffset SkipOffset { get; set; }
Property Value
Type | Description |
---|---|
VideoOffset |
Skippable
Whether the user can skip creatives served to this site. This will act as default for new placements created under this site.
Declaration
[JsonProperty("skippable")]
public virtual bool? Skippable { get; set; }
Property Value
Type | Description |
---|---|
bool? |