Class ViewabilityInfo
Details of the viewability of the ad served.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ViewabilityInfo : IMessage<ViewabilityInfo>, IEquatable<ViewabilityInfo>, IDeepCloneable<ViewabilityInfo>, IBufferMessage, IMessage
Constructors
ViewabilityInfo()
Declaration
public ViewabilityInfo()
ViewabilityInfo(ViewabilityInfo)
Declaration
public ViewabilityInfo(ViewabilityInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewabilityInfo | other |
Properties
MediaDuration
Optional. The duration of the ad media.
Declaration
public Duration MediaDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
MediaQuartile
Optional. The amount of the media that was played as discrete quartiles.
Declaration
public MediaQuartile MediaQuartile { get; set; }
Property Value
| Type | Description |
|---|---|
| MediaQuartile |
MediaSkippable
Optional. Whether the ad media was skippable or not.
Declaration
public bool MediaSkippable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MediaVolumePercent
Optional. The numerical percent (0-100) of the volume of the media playback.
Declaration
public 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
public Duration PlaybackDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
ViewType
Required. The type of the event.
Declaration
public ViewType ViewType { get; set; }
Property Value
| Type | Description |
|---|---|
| ViewType |
ViewableDuration
Optional. The amount of time the ad was viewable for.
Declaration
public Duration ViewableDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
ViewablePercent
Optional. The numerical percent (0-100) of the pixels that were viewable.
Declaration
public int ViewablePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int |