Class SkippableSetting
Skippable Settings
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class SkippableSetting : 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#skippableSetting".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgressOffset
Amount of time to play videos served to this placement 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 placement 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 placement.
Declaration
[JsonProperty("skippable")]
public virtual bool? Skippable { get; set; }
Property Value
Type | Description |
---|---|
bool? |