GenerateKeywordHistoricalMetricsResult

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

  • It includes fields for close_variants, keyword_metrics, and text.

  • The text field contains de-duplicated queries, 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.