AI-generated Key Takeaways
-
The
GenerateKeywordIdeasResponse
provides results for generating keyword ideas, including individual results, aggregate metrics, and pagination information. -
The
results
field is a list ofGenerateKeywordIdeaResult
objects, representing the outcomes for each generated keyword idea. -
The
aggregate_metric_results
field containsKeywordPlanAggregateMetricResults
which provide overall metrics for all keyword ideas. -
Pagination is supported through
next_page_token
andtotal_size
fields to manage large sets of results.
Response message for KeywordPlanIdeaService.GenerateKeywordIdeas
.
Fields | |
---|---|
|
Results of generating keyword ideas. |
|
The aggregate metrics for all keyword ideas. |
|
Pagination token used to retrieve the next page of results. Pass the content of this string as the |
|
Total number of results available. |