Show / Hide Table of Contents

Class PlannedProductForecast

Performance metrics for a forecast point.

Inheritance
object
PlannedProductForecast
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

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?

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX