RE: AuthorizationError.NO_CUSTOMER_FOUND

2020-09-21 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The NO_CUSTOMER_FOUND error indicates that the account specified in your request header is not a valid account. Can you please provide the following details so that I can further investigate: manager account ID specified in your request header email address of th

AuthorizationError.NO_CUSTOMER_FOUND

2020-09-18 Thread the2003s
We are getting this NO_CUSTOMER_FOUND when trying to get all Google Ads accounts of a user. The user grants permissions to our app and then we have to display a select box where they can chose which Google Ads account they want to use with our app. We are using the Python Library of the Adwords

Re: (Python) 'AuthorizationError.NO_CUSTOMER_FOUND' @ 'Make Your First API Call' for AdWords API

2020-05-26 Thread Joomer
I appreciate your answer. I just found out that I didn't remove the "#" in front of the "client_customer_id" field as your answer. Now it works! Have a good day :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=

RE: (Python) 'AuthorizationError.NO_CUSTOMER_FOUND' @ 'Make Your First API Call' for AdWords API

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Joomer, Thank you for reaching out to us. I see that you didn't mention if you've filled in the "client_customer_id" field in the .yaml file? The "user_agent" field shouldn't be required to access a customer, as it's a label to set who is accessing the API. Could you also make sure that the

(Python) 'AuthorizationError.NO_CUSTOMER_FOUND' @ 'Make Your First API Call' for AdWords API

2020-05-24 Thread Joomer
Dear Sir or Madam, I have a problem when 'Making My First API Call' for AdWords API in python. When I ran 'get_campaigns.py', I got an error message as below(at the bottom) which is 'AuthorizationError.NO_CUSTOMER_FOUND'. I am certain that I have filled in

AuthorizationError.NO_CUSTOMER_FOUND with basic access token

2019-03-27 Thread Сергей Хоменко
hrows AuthorizationError.NO_CUSTOMER_FOUND error. I use PHP 7.1.14. Inside the $token i have a response from google oauth page. Here is how i do request for get campaigns list: $oAuthCreds = (new OAuth2TokenBuilder()) ->withClientId(App::CLIENT_ID) ->withClientSecret(App::CL

AuthorizationError.NO_CUSTOMER_FOUND on basic access token

2019-03-27 Thread Сергей Хоменко
hrows AuthorizationError.NO_CUSTOMER_FOUND error. I use PHP 7.1.14. Inside the $token i have a response from google oauth page. Here is how i do request for get campaigns list. $oAuthCreds = (new OAuth2TokenBuilder()) ->withClientId(App::CLIENT_ID) ->withClientSecret(App::CL