AI-generated Key Takeaways
-
The
GenerateKeywordIdeasResponse
is the message returned by theKeywordPlanIdeaService.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 ofGenerateKeywordIdeaResult
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, andtotal_size
indicates the total number of available results across all pages.
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. |