Re: Getting 400 Error on generateKeywordIdeas

2022-04-10 Thread David Alvarez
Any idea on how long the acceptance process usually takes? I can't seem to get my developer token to work with my Test Manager Account. On Monday, April 11, 2022 at 2:42:11 AM UTC-4 adsapi wrote: > Hi David, > > Thank you for the update. > > We are glad to hear that. If you have further question

Re: Getting 400 Error on generateKeywordIdeas

2022-04-10 Thread David Alvarez
Hi! Thank you very much. Finally, the error was simply that I was sending a DEVELOPER TOKEN that was pending approval on a (Non-Test) Manager account. I applied for my production token so that I can query without problems. On Sunday, April 10, 2022 at 11:52:32 PM UTC-4 adsapi wrote: > Hi David

Getting 400 Error on generateKeywordIdeas

2022-04-10 Thread David Alvarez
Hey all, these are my request params: const route = `https://googleads.googleapis.com/v10/customers/${GOOGLE_CUSTOMER_ID}:generateKeywordIdeas`; const requestParams: AxiosRequestConfig = { url: route, method: "POST", headers: { Authorization: `Bearer ${ACCESS_TOKEN.t