Hi,
You can try the following REST example with curl:
curl -i --request POST https://googleads.googleapis.com/v9/customers/<CID>:generateKeywordIdeas \
--header "Content-Type: application/json" \
--header "login-customer-id: <MCCID>" \
--header "developer-token: <DT>" \
--header "Authorization: Bearer <AT>" \
--data '{
"keywordSeed": {
"keywords": [
"Legal services","legal plan","legal expenses","legal costs","insurance","health insurance","vehicle insurance"
]
},
"keywordAnnotation": [
"KEYWORD_CONCEPT"
]
}'
I tried it and the categories showed.
Regards,
 |
Aryeh Baker |
Google Ads API Team |
|
|
|

ref:_00D1U1174p._5004Q2UheYX:ref