Re: Permission Denied error received in Google Ads API, but not for AdWords API

2022-02-20 Thread gardella...@gmail.com
Solved. The problem was I was create credentials using the customer id. In order to fix it, I create the credential using the root account id and during queries, I have to choose the login-customer-id. By playing with https://developers.google.com/google-ads/api/docs/migration/login-customer-id

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2022-02-20 Thread gardella...@gmail.com
Hi, I am having the same issue. How did you solve it? Thanks, Juan On Friday, November 22, 2019 at 1:59:54 PM UTC-3 Google Ads API Forum Advisor Prod wrote: > Hi Paul, > > When we make an API request it is very important that we make sure there > is a link between the manager account authenti

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2019-11-22 Thread Google Ads API Forum Advisor Prod
Hi Paul, When we make an API request it is very important that we make sure there is a link between the manager account authenticated in the request and the client account specified in the headers. Also you have to make sure the OAuth2 credentials that are being used belong to the manager accou

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2019-11-22 Thread Paul Cooper
Hi Xiaoming, Sorry it wasn't clear but we are currently using both APIs simultaneously as we test and develop for the new API. The customers from MCC (let's say, ID 123-123-4567) using their account level oauth credentials receive 'USER PERMISSION DENIED' (works fine in the old AdWords API).

RE: Permission Denied error received in Google Ads API, but not for AdWords API

2019-11-21 Thread Google Ads API Forum Advisor Prod
Hi Paul, Thanks for reaching out. The error USER_PERMISSION_DENIED usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. If the link between the manager and client account was removed or you don’t have acce