Hey, I have a *managers account (3527530090)* to which I have linked *normal 
account (4588283747)*. None of them are test accounts. I have retrieved 
*developer_token 
*through Google Ads API center and *refresh_token* through Outh Playground. 
I have created a new app in Google Cloud and assigned Google Ads API to it. 

*But I am not able to make this API work.* It returns *Invalid customer ID 
*every 
time. Please assist what to do.


const customer = client.Customer({
customer_id: '4588283747',
refresh_token: credentials.refreshToken,
login_customer_id: '3527530090',
});

try {
const response = await customer.keywordPlanIdeas.generateKeywordIdeas({
keywords,
languageId: '1000', // English
geoTargetConstants: ['2840'], // US
includeAdultKeywords: false,
pageSize: 50,
keywordPlanNetwork: 'GOOGLE_SEARCH_AND_PARTNERS',
});

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/2e70dc18-0c2b-464a-aabb-0afc824e27acn%40googlegroups.com.

Reply via email to