Hello Aryeh! Could you please publish here a screenshot of your cURL response? I seem to do something wrong and want to know, how looks an answer in case of correct querying. Specially I'm interesting how looks "and the categories showed".
Thank you! Evgeniy On Friday, 7 January 2022 at 21:50:33 UTC+1 adsapi wrote: > 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, > > [image: Google Logo] > Aryeh Baker > Google Ads API Team > > > ref:_00D1U1174p._5004Q2UheYX:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/97d5c1bf-fd31-4048-9cfc-848cd41130e8n%40googlegroups.com.
