GenerateKeywordIdeaResponse

  • The GenerateKeywordIdeasResponse provides results for generating keyword ideas, including individual results, aggregate metrics, and pagination information.

  • The results field is a list of GenerateKeywordIdeaResult objects, representing the outcomes for each generated keyword idea.

  • The aggregate_metric_results field contains KeywordPlanAggregateMetricResults which provide overall metrics for all keyword ideas.

  • Pagination is supported through next_page_token and total_size fields to manage large sets of 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.