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 [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/f31658be-5f97-4877-bbb8-36023f272237n%40googlegroups.com.
  • Ge... David Alvarez
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... David Alvarez
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
          • ... David Alvarez
            • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to