AI-generated Key Takeaways
-
GenerateKeywordHistoricalMetricsResult
provides keyword historical metrics, including close variants and associated metrics. -
The
close_variants[]
field lists close variants combined into the result. -
keyword_metrics
provides historical metrics for the text and its close variants. -
The
text
field contains the de-duped search query associated with one or more keywords.
The result of generating keyword historical metrics.
Fields | |
---|---|
|
The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult. |
|
The historical metrics for text and its close variants |
|
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. |