Class ViewabilityInfo
Details of the viewability of the ad served.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class ViewabilityInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MediaDuration
Optional. The duration of the ad media.
Declaration
[JsonProperty("mediaDuration")]
public virtual object MediaDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
MediaQuartile
Optional. The amount of the media that was played as discrete quartiles.
Declaration
[JsonProperty("mediaQuartile")]
public virtual string MediaQuartile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MediaSkippable
Optional. Whether the ad media was skippable or not.
Declaration
[JsonProperty("mediaSkippable")]
public virtual bool? MediaSkippable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MediaVolumePercent
Optional. The numerical percent (0-100) of the volume of the media playback.
Declaration
[JsonProperty("mediaVolumePercent")]
public virtual int? MediaVolumePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PlaybackDuration
Optional. The duration of playback of the ad media, regardless of whether it was viewable or not.
Declaration
[JsonProperty("playbackDuration")]
public virtual object PlaybackDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ViewType
Required. The type of the event.
Declaration
[JsonProperty("viewType")]
public virtual string ViewType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ViewableDuration
Optional. The amount of time the ad was viewable for.
Declaration
[JsonProperty("viewableDuration")]
public virtual object ViewableDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ViewablePercent
Optional. The numerical percent (0-100) of the pixels that were viewable.
Declaration
[JsonProperty("viewablePercent")]
public virtual int? ViewablePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |