AI-generated Key Takeaways
-
The request message for
KeywordPlanIdeaService.GenerateKeywordIdeas
has various fields for specifying criteria like customer ID, geo targets, adult keyword inclusion, pagination, network, annotations, metrics, language, and different seed types for generating keyword ideas. -
You can specify up to 10 geo target constant resource names or use an empty list for all targeting geos.
-
By default, adult keywords are not included in the response, but this can be changed by setting
include_adult_keywords
to true. -
Pagination is controlled using
page_token
andpage_size
, with a maximum of 10,000 results per page. -
You can choose a specific targeting network or use the default Google Search And Partners Network.
-
The type of seed used for generating keyword ideas can be a combination of a keyword and URL, a keyword only, a URL only, 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. |