Class CustomViewabilityMetricConfiguration
The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class CustomViewabilityMetricConfiguration : IDirectResponseSchema
Properties
Audible
Whether the video must be audible to count an impression.
Declaration
[JsonProperty("audible")]
public virtual bool? Audible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeMillis
The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
Declaration
[JsonProperty("timeMillis")]
public virtual int? TimeMillis { get; set; }
Property Value
Type | Description |
---|---|
int? |
TimePercent
The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
Declaration
[JsonProperty("timePercent")]
public virtual int? TimePercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
ViewabilityPercent
The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
Declaration
[JsonProperty("viewabilityPercent")]
public virtual int? ViewabilityPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |