AI-generated Key Takeaways
-
The request message for
KeywordPlanIdeaService.GenerateKeywordIdeas
uses various fields to customize keyword idea generation, including customer ID, geographic targeting, and adult content inclusion. -
You can control pagination of results using
page_token
andpage_size
. -
Targeting can be refined by specifying a
keyword_plan_network
,language
, and includingkeyword_annotation
. -
Historical data and aggregate metrics can be included in the response using
historical_metrics_options
andaggregate_metrics
. -
Keyword ideas can be generated based on different types of seeds, including keywords, URLs, a combination of both, or an entire site.
Request message for KeywordPlanIdeaService.GenerateKeywordIdeas
.
Fields | |
---|---|
|
The ID of the customer with the recommendation. |
|
The resource names of the location to target. Maximum is 10. An empty list MAY be used to specify all targeting geos. |
|
If true, adult keywords will be included in response. The default value is false. |
|
Token of the page to retrieve. If not specified, the first page of results will be returned. To request next page of results use the value obtained from |
|
Number of results to retrieve in a single page. A maximum of 10,000 results may be returned, if the page_size exceeds this, it is ignored. If unspecified, at most 10,000 results will be returned. The server may decide to further limit the number of returned resources. If the response contains fewer than 10,000 results it may not be assumed as last page of results. |
|
Targeting network. If not set, Google Search And Partners Network will be used. |
|
The keyword annotations to include in response. |
|
The aggregate fields to include in response. |
|
The options for historical metrics data. |
|
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. |
Union field
|
|
|
A Keyword and a specific Url to generate ideas from for example, cars, www.example.com/cars. |
|
A Keyword or phrase to generate ideas from, for example, cars. |
|
A specific url to generate ideas from, for example, www.example.com/cars. |
|
The site to generate ideas from, for example, www.example.com. |