Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResult

The result of generating keyword historical metrics.

Inheritance
object
GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResult
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 GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResult : IDirectResponseSchema

Properties

CloseVariants

The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.

Declaration
[JsonProperty("closeVariants")]
public virtual IList<string> CloseVariants { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

KeywordMetrics

The historical metrics for text and its close variants

Declaration
[JsonProperty("keywordMetrics")]
public virtual GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics KeywordMetrics { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics

Text

The text of the query associated with one or more keywords. Note that we de-dupe your keywords list, eliminating close variants before returning the keywords as text. For example, if your request originally contained the keywords "car" and "cars", the returned search query will only contain "cars". The list of de-duped queries will be included in close_variants field.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX