Class PlannedProductForecast
Performance metrics for a forecast point.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannedProductForecast : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnTargetCoviewImpressions
Number of on-target impressions including co-viewers.
Declaration
[JsonProperty("onTargetCoviewImpressions")]
public virtual long? OnTargetCoviewImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OnTargetCoviewReach
Number of unique people reached that match the on-target definition including co-viewers.
Declaration
[JsonProperty("onTargetCoviewReach")]
public virtual long? OnTargetCoviewReach { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OnTargetImpressions
Number of on-target impressions.
Declaration
[JsonProperty("onTargetImpressions")]
public virtual long? OnTargetImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OnTargetReach
Number of unique people reached that match the on-target definition.
Declaration
[JsonProperty("onTargetReach")]
public virtual long? OnTargetReach { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalCoviewImpressions
Total number of impressions including co-viewers.
Declaration
[JsonProperty("totalCoviewImpressions")]
public virtual long? TotalCoviewImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalCoviewReach
Total number of unique people reached including co-viewers.
Declaration
[JsonProperty("totalCoviewReach")]
public virtual long? TotalCoviewReach { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalImpressions
Total number of impressions.
Declaration
[JsonProperty("totalImpressions")]
public virtual long? TotalImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalReach
Total number of unique people reached.
Declaration
[JsonProperty("totalReach")]
public virtual long? TotalReach { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TrueviewViews
Number of TrueView views.
Declaration
[JsonProperty("trueviewViews")]
public virtual long? TrueviewViews { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ViewableImpressions
Number of viewable impressions.
Declaration
[JsonProperty("viewableImpressions")]
public virtual long? ViewableImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |