GenerateKeywordHistoricalMetricsResult

  • GenerateKeywordHistoricalMetricsResult provides historical metrics for keywords and their close variants.

  • The close_variants field lists the close variants from the requested keywords.

  • The keyword_metrics field contains the historical metrics.

  • The text field shows the de-duped query text associated with the keywords.

The result of generating keyword historical metrics.

Fields

close_variants[]

string

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

keyword_metrics

KeywordPlanHistoricalMetrics

The historical metrics for text and its close variants

text

string

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.