Hi Warren, Thanks for reaching out to the Google Ads API Forum.
Kindly note that the INVALID_VALUE error indicates that the field's value is invalid. The REST endpoint for generateKeywordIdeas in order to get a list of keyword ideas. POST https://googleads.googleapis.com/v11/customers/{customerId}:generateKeywordIdeas You may try below cURL: curl --location --request POST 'https://googleads.googleapis.com/v11/customers/***:generateKeywordIdeas' \ --header 'Authorization: Bearer ****' \ --header 'developer-token: ** \ --header 'User-Agent: curl' \ --header "login-customer-id: ****" \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "keywordSeed": { "keywords": [ "coffee" ] } }' If you encounter any API error, then you may provide complete logs (complete request and response logs with request ID and request header) generated, so that we can check better. You may send the complete logs via reply privately to author option. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2ex5Oy: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 "Google Ads API and AdWords 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/MDXEu000000000000000000000000000000000000000000000RJ8JRQ00RiRqSbBSSL2f6FDmb6PISQ%40sfdc.net.
