Class GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics
Historical metrics specific to the targeting options selected. Targeting options include geographies, network, and so on. Refer to https://support.google.com/google-ads/answer/3022575 for more details.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics : IDirectResponseSchema
Properties
AverageCpcMicros
Average Cost Per Click in micros for the keyword.
Declaration
[JsonProperty("averageCpcMicros")]
public virtual long? AverageCpcMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AvgMonthlySearches
Approximate number of monthly searches on this query, averaged for the past 12 months.
Declaration
[JsonProperty("avgMonthlySearches")]
public virtual long? AvgMonthlySearches { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Competition
The competition level for the query.
Declaration
[JsonProperty("competition")]
public virtual string Competition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CompetitionIndex
The competition index for the query in the range [0, 100]. Shows how competitive ad placement is for a keyword. The level of competition from 0-100 is determined by the number of ad slots filled divided by the total number of ad slots available. If not enough data is available, null is returned.
Declaration
[JsonProperty("competitionIndex")]
public virtual long? CompetitionIndex { 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 |
HighTopOfPageBidMicros
Top of page bid high range (80th percentile) in micros for the keyword.
Declaration
[JsonProperty("highTopOfPageBidMicros")]
public virtual long? HighTopOfPageBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
LowTopOfPageBidMicros
Top of page bid low range (20th percentile) in micros for the keyword.
Declaration
[JsonProperty("lowTopOfPageBidMicros")]
public virtual long? LowTopOfPageBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MonthlySearchVolumes
Approximate number of searches on this query for the past twelve months.
Declaration
[JsonProperty("monthlySearchVolumes")]
public virtual IList<GoogleAdsSearchads360V23CommonMonthlySearchVolume> MonthlySearchVolumes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonMonthlySearchVolume> |