GenerateKeywordHistoricalMetricsResult

  • This document details the result of generating keyword historical metrics.

  • The result includes a list of close variants, historical metrics, and the de-duped text of the original query.

  • Close variants from the requested keywords are combined into the historical metrics.

  • The text field represents the de-duped query, with close variants listed in the close_variants field.

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.