Re: Getting 400 Error on generateKeywordIdeas

2022-04-11 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 questions, please feel free 
> to add those in this thread. Our team will be happy to assist and give 
> support to you.
>
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ZLdzS: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/796db45d-1974-4139-aeac-0767c00059bcn%40googlegroups.com.


Re: Getting 400 Error on generateKeywordIdeas

2022-04-11 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,
>
> Thank you for raising this concern to the Google Ads API team.
>
> With regard to your concern, I can see that this is about 
> *generateKeywordIdeas. *That said, I would suggest referring to this 
> document 
> 
>  which 
> contains the details about this. Also, please check this general 
> guideline for the Rest API 
>  for 
> more information.
>
> Let us know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ZLdzS: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9061c462-3599-4d5e-8627-3e8bd8bfc073n%40googlegroups.com.


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.token}`,
"developer-token": `${GOOGLE_DEVELOPER_TOKEN}`,
"Content-Type": "application/json",
  },
  data: {
keywordSeed: {
  keywords: ["baseball bats"],
},
  },
};

Am I missing something on my request?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f31658be-5f97-4877-bbb8-36023f272237n%40googlegroups.com.