Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesKeywordForecastMetrics

The forecast metrics for the planless keyword campaign.

Inheritance
object
GoogleAdsSearchads360V23ServicesKeywordForecastMetrics
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX