User Permission Denied Error

2024-04-12 Thread 'Jeremy Prestidge' via Google Ads API and AdWords API Forum
Hello, we're getting a user permission denied error, even though we're correctly including the login-customer-id and linked-customer-id in the headers. I can provide the logs privately if someone can please review this? Jeremy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: Permission Denied Error

2022-11-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dan, Thank you for posting your concern. Allow me to provide support to your concern. To answer your question, I would suggest referring to this document as it explains how to authorize Google Ads API request. Also, the error that you mentioned occurs when you're not specifying the customer

Permission Denied Error

2022-11-07 Thread Dan Brady
I'm trying to execute a request to get some metrics data from the Ads API on behalf of a client. If I construct a POST request in postman and post to https://googleads.googleapis.com/v12/customers/xxx/googleAds:searchStream, the response is what would be expected. However when I execute using

RE: permission denied error

2022-06-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Ajay, Thank you for reaching out to the Google Ads API support team. Please make sure that the login_customer_id you are setting in your config_dict belongs to a manager account that is linked to the account you want to get campaigns for. Also make sure that you remove the hyphens from

permission denied error

2022-06-09 Thread Ajay.R
Hi, Using python client, I am getting campaigns with load_from_dict method of 'GoogleAdsService', I have given the login_customer_id in the config_dict, but getting permission denied error, error:"User doesn't have permission to access customer. Note: If you're accessing a client cus

Re: Google ads api permission denied ERROR

2022-05-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anil, Thanks for getting back to us. With regards to the concern of the Production Google Ads Manager account that holds the developer token and not showing it as a user in Google Ads -> "Tools & Security" -> "Access and Security" section for some customers, your concern is related to

Re: Google ads api permission denied ERROR

2022-05-30 Thread Anil
Hello, What we noticed that the MCC account we used to create API token was not showing it as a user in Google Ads -> "Tools & Security" -> "Access and Security" section for some customers. These are the same customers those were missing in "list of customers" through API. Then we added MCC

RE: Google ads api permission denied ERROR

2022-05-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anil, Thank you for reaching out to our API support team. Could you please elaborate on the The caller does not have permission to take a closer look at the issue, problems you've been having? To assist you even further, could you please send us the complete request and response logs with

Google ads api permission denied ERROR

2022-05-28 Thread Anil
Hello, Our manager account has almost 40 active customers out which we are able to get data through API for 15 customers only. Rest all shows "Permission Denied" issue. API error "*The caller does not have permission" *error. Could you please help with this? -- --

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

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

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

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

2019-11-21 Thread Paul Cooper
Hi, As we began to integrate parts of the new google ads api into our current solution, we have run into an issue with certain accounts being unable to use the new API (receiving a USER_PERMISSION_DENIED). The accounts with this issue all have a mcc link with a particular mcc, but use their

RE: Permission denied error on running an example get_campaigns.py after installing Google Ads API with same tokens that were used for Adwords

2019-09-19 Thread Google Ads API Forum Advisor Prod
Hi Namrata, Thank you for reaching out. Could you please try visiting the Google API Console via the link received in the error response and enable Google Ads API in your project using the steps mentioned in this guide? Please give this a try and if the issue persists, could you please share

Permission denied error on running an example get_campaigns.py after installing Google Ads API with same tokens that were used for Adwords

2019-09-18 Thread Namrata Gandhi
Hi All, We migrated from Google Adwords to Google Ads API using the installation guide. On trying to run a simple get_campaigns.py example from the library, I am getting the following error. Please note we used the same client ID, developer token, refresh token and client secret that we have

RE: GetCustomer from Services.V2.CustomerService throws permission denied error

2019-08-14 Thread Google Ads API Forum Advisor Prod
Hi Vinitha, I'm afraid, it is not possible to identify if the accounts are in draft or completely setup through the API. If you are making an API call against the account that is not completely setup, this might fail with an error. Thanks, Bharani, Google Ads API Team

RE: GetCustomer from Services.V2.CustomerService throws permission denied error

2019-08-14 Thread vinitha
ke a call to GetCustomer? Thank you, Vinitha. From: Google Ads API Forum Advisor Prod Sent: Wednesday, August 14, 2019 6:12 AM To: vini...@closedloop.com Cc: adwords-api@googlegroups.com Subject: RE: GetCustomer from Services.V2.CustomerService throws permission denied error Hi Vinitha,

RE: GetCustomer from Services.V2.CustomerService throws permission denied error

2019-08-14 Thread Google Ads API Forum Advisor Prod
Hi Vinitha, The error CUSTOMER_NOT_ENABLED usually occurs if the API call is made against an account which is not completely setup. Could you please complete the account setup and retry the API request? If you're encountering any issues, could you please share the request and response logs

GetCustomer from Services.V2.CustomerService throws permission denied error

2019-08-13 Thread Vinitha
Hello , So the below query returns a list of customer clients Query = "SELECT customer.id,customer.descriptive_name,customer_client.resource_name, customer_client.descriptive_name,customer_client.client_customer,customer_client.level,customer_client.hidden FROM customer_client" But when i

RE: Internal and Permission denied error

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
error and sometimes due to Permission denied error. Please help me in what can be done. Regards, Aneri Gandhi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

Internal and Permission denied error

2019-03-07 Thread Aneri Gandhi
failing due to Internal error and sometimes due to Permission denied error. Please help me in what can be done. Regards, Aneri Gandhi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: Permission Denied error

2019-01-31 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Yesterday the Google Ads API team starting enforcing a a new header that was originally announced

Re: Permission Denied error

2019-01-31 Thread jairo
Hello, I have a similar problem USER_PERMISSION_DENIED, a few days ago everything works fine, El Jueves, 31 de Enero de 2019, 3:46:19 (UTC-5), nikolay...@ostrovok.ru escribió: > > when I make a request via google-ads==0.6.0 I get an error PERMISSION > DENIED. But when i try to make a request

Re: Permission Denied error

2019-01-31 Thread Inspired UM
Not sure if its related, but I cannot acces any of my accounts data through Google Ads API Beta as well. *I get error "403 The caller does not have permission"* On Thursday, 31 January 2019 10:46:19 UTC+2, nikolay...@ostrovok.ru wrote: > > when I make a request via google-ads==0.6.0 I get an

Re: Permission Denied error

2019-01-31 Thread nikolay . makurin
I do not have access to any client account my manager account is 370-817-0796 On Thursday, January 31, 2019 at 11:46:19 AM UTC+3, nikolay...@ostrovok.ru wrote: > > when I make a request via google-ads==0.6.0 I get an error PERMISSION > DENIED. But when i try to make a request with googleads

Permission Denied error

2019-01-31 Thread nikolay . makurin
when I make a request via google-ads==0.6.0 I get an error PERMISSION DENIED. But when i try to make a request with googleads library all goes well. Ubuntu 18.04LTS Python 2.7.15 google-ads 0.6.0 googleads 15.0.2 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our