Class GoogleAdsSearchads360V23ServicesKeywordForecastMetrics
The forecast metrics for the planless keyword campaign.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesKeywordForecastMetrics : IDirectResponseSchema
Properties
AverageCpaMicros
Average cost per acquisition calculated as cost_micros / conversions.
Declaration
[JsonProperty("averageCpaMicros")]
public virtual long? AverageCpaMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AverageCpcMicros
The average cpc. Available only if clicks > 0.
Declaration
[JsonProperty("averageCpcMicros")]
public virtual long? AverageCpcMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ClickThroughRate
The average click through rate. Available only if impressions > 0.
Declaration
[JsonProperty("clickThroughRate")]
public virtual double? ClickThroughRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Clicks
The total number of clicks.
Declaration
[JsonProperty("clicks")]
public virtual double? Clicks { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ConversionRate
Forecasted conversion rate.
Declaration
[JsonProperty("conversionRate")]
public virtual double? ConversionRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Conversions
Forecasted number of conversions: clicks * conversion_rate.
Declaration
[JsonProperty("conversions")]
public virtual double? Conversions { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
CostMicros
The total cost.
Declaration
[JsonProperty("costMicros")]
public virtual long? CostMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Impressions
The total number of impressions.
Declaration
[JsonProperty("impressions")]
public virtual double? Impressions { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |