13 INTERNAL

37 views
Skip to first unread message

Diego Peralta

unread,
Mar 7, 2022, 9:08:45 AM3/7/22
to Google Ads API and AdWords API Forum
Hello, I am trying to execute the following code:

const customer = client.Customer({
customer_account_id: 'xxx-xxx-xxx',
login_customer_id: 'xxx-xxx-xxx',
linked_customer_id: 'xxx-xxx-xxx',
refresh_token: refresh_token,
})
campaigns = await customer.query(`
SELECT
campaign.name, campaign.status
FROM
campaign
`)

I get the following error back:
13 INTERNAL: Internal error encountered.


Google Ads API Forum Advisor

unread,
Mar 7, 2022, 3:40:23 PM3/7/22
to di...@leadaki.com, adwor...@googlegroups.com
Hi Diego,

It doesn't look like you are using one of our Client libraries and it appears you are using linked customer Id field for a report which is impossible. For us to look at this we will need a request and response log API communications at 'DEBUG' log level generated by one of our client libraries (in Client libraries you can click on the library you prefer in the sidebar and then click on 'Logging') or our REST interface (pasing '-v' or '-i' to a command line curl in a Bash terminal will generate the log). You can send this to us privately.

Regards,

Google Logo
Aryeh
Google Ads API Team
 


ref:_00D1U1174p._5004Q2Xm5kA:ref
Reply all
Reply to author
Forward
0 new messages