Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesPlannedProductForecast

Forecasted traffic metrics for a planned product.

Inheritance
object
GoogleAdsSearchads360V23ServicesPlannedProductForecast
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesPlannedProductForecast : IDirectResponseSchema

Properties

AverageFrequency

The number of times per selected time unit a user will see an ad, averaged over the number of time units in the forecast length. This field will only be populated for a Target Frequency campaign. See https://support.google.com/google-ads/answer/12400225 for more information about Target Frequency campaigns.

Declaration
[JsonProperty("averageFrequency")]
public virtual double? AverageFrequency { get; set; }
Property Value
Type Description
double?

Conversions

The number of conversions. This metric is only available for DEMAND_GEN plannable products. See https://support.google.com/google-ads/answer/2375431 for more information on conversions.

Declaration
[JsonProperty("conversions")]
public virtual double? Conversions { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OnTargetCoviewImpressions

Number of ad impressions that exactly matches the Targeting including co-viewers.

Declaration
[JsonProperty("onTargetCoviewImpressions")]
public virtual long? OnTargetCoviewImpressions { get; set; }
Property Value
Type Description
long?

OnTargetCoviewReach

Number of unique people reached that exactly matches the Targeting including co-viewers.

Declaration
[JsonProperty("onTargetCoviewReach")]
public virtual long? OnTargetCoviewReach { get; set; }
Property Value
Type Description
long?

OnTargetImpressions

Number of ad impressions that exactly matches the Targeting.

Declaration
[JsonProperty("onTargetImpressions")]
public virtual long? OnTargetImpressions { get; set; }
Property Value
Type Description
long?

OnTargetReach

Number of unique people reached that exactly matches the Targeting. Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the on_target_reach value will be rounded to 0.

Declaration
[JsonProperty("onTargetReach")]
public virtual long? OnTargetReach { get; set; }
Property Value
Type Description
long?

TotalCoviewImpressions

Total number of ad impressions including co-viewers. This includes impressions that may fall outside the specified Targeting, due to insufficient information on signed-in users.

Declaration
[JsonProperty("totalCoviewImpressions")]
public virtual long? TotalCoviewImpressions { get; set; }
Property Value
Type Description
long?

TotalCoviewReach

Number of unique people reached including co-viewers. This includes people that may fall outside the specified Targeting.

Declaration
[JsonProperty("totalCoviewReach")]
public virtual long? TotalCoviewReach { get; set; }
Property Value
Type Description
long?

TotalImpressions

Total number of ad impressions. This includes impressions that may fall outside the specified Targeting, due to insufficient information on signed-in users.

Declaration
[JsonProperty("totalImpressions")]
public virtual long? TotalImpressions { get; set; }
Property Value
Type Description
long?

TotalReach

Number of unique people reached. This includes people that may fall outside the specified Targeting. Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the total_reach value will be rounded to 0.

Declaration
[JsonProperty("totalReach")]
public virtual long? TotalReach { get; set; }
Property Value
Type Description
long?

TrueviewViews

Number of ad views forecasted for the specified product and targeting. A TrueView View is counted when a viewer views a larger portion or the entirety of an ad beyond an impression. See https://support.google.com/google-ads/answer/2375431 for more information on TrueView Views.

Declaration
[JsonProperty("trueviewViews")]
public virtual long? TrueviewViews { get; set; }
Property Value
Type Description
long?

ViewableImpressions

Number of times the ad's impressions were considered viewable. See https://support.google.com/google-ads/answer/7029393 for more information about what makes an ad viewable and how viewability is measured.

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