Class GoogleAdsSearchads360V23ServicesForecast
Forecasted traffic metrics for the planned products and targeting.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesForecast : IDirectResponseSchema
Properties
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 |
EffectiveFrequencyBreakdowns
A list of effective frequency forecasts. The list is ordered starting with 1+ and ending with the value set in GenerateReachForecastRequest.effective_frequency_limit. If no effective_frequency_limit was set, this list will be empty.
Declaration
[JsonProperty("effectiveFrequencyBreakdowns")]
public virtual IList<GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown> EffectiveFrequencyBreakdowns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown> |
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 at least GenerateReachForecastRequest.min_effective_frequency or GenerateReachForecastRequest.effective_frequency_limit times 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
Total number of unique people reached at least GenerateReachForecastRequest.min_effective_frequency or GenerateReachForecastRequest.effective_frequency_limit times. 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? |