GenerateKeywordIdeaResponse

  • The response message for GenerateKeywordIdeas includes results, aggregate metric results, a next page token for pagination, and the total number of results.

  • results[] contains individual keyword idea results.

  • aggregate_metric_results provides combined metrics for all keyword ideas.

  • next_page_token is used for fetching subsequent pages of results and is absent on the last page.

  • total_size indicates the total count of available results.

Response message for KeywordPlanIdeaService.GenerateKeywordIdeas.

Fields

results[]

GenerateKeywordIdeaResult

Results of generating keyword ideas.

aggregate_metric_results

KeywordPlanAggregateMetricResults

The aggregate metrics for all keyword ideas.

next_page_token

string

Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.

total_size

int64

Total number of results available.