GenerateKeywordHistoricalMetricsRequest
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
customer_id
|
string
The ID of the customer with the recommendation.
|
keywords[]
|
string
A list of keywords to get historical metrics. Not all inputs will be returned as a result of near-exact deduplication. For example, if stats for "car" and "cars" are requested, only "car" will be returned. A maximum of 10,000 keywords can be used.
|
include_adult_keywords
|
bool
If true, adult keywords will be included in response. The default value is false.
|
geo_target_constants[]
|
string
The resource names of the location to target. Maximum is 10. An empty list MAY be used to specify all targeting geos.
|
keyword_plan_network
|
KeywordPlanNetwork
Targeting network. If not set, Google Search And Partners Network will be used.
|
aggregate_metrics
|
KeywordPlanAggregateMetrics
The aggregate fields to include in response.
|
historical_metrics_options
|
HistoricalMetricsOptions
The options for historical metrics data.
|
language
|
string
The resource name of the language to target. Each keyword belongs to some set of languages; a keyword is included if language is one of its languages. If not set, all keywords will be included.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["GenerateKeywordHistoricalMetrics allows retrieval of historical metrics for a list of keywords, with options for filtering by location, language, and network."],["The request requires specifying the customer ID and a list of keywords, and accepts optional parameters such as adult keyword inclusion, geographic targeting, network selection, aggregate metrics, and historical metrics options."],["A maximum of 10,000 keywords and 10 geographic targets can be specified in a single request, and near-exact deduplication is applied to the keyword list."],["If language or network parameters are not set, the request will include all keywords and default to the Google Search and Partners Network, respectively."],["The response will include historical metrics data based on the provided parameters, including aggregate metrics if specified."]]],[]]