GenerateKeywordIdeaResponse

  • The GenerateKeywordIdeasResponse is the message returned by the KeywordPlanIdeaService.GenerateKeywordIdeas method.

  • It contains fields for the keyword idea results, aggregate metrics, a token for pagination, and the total number of results.

  • The results field contains a list of GenerateKeywordIdeaResult objects, representing the individual keyword ideas.

  • The aggregate_metric_results field provides overall metrics for all generated keyword ideas.

  • The next_page_token is used to retrieve additional pages of results, and total_size indicates the total number of available results across all pages.

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.