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
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
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/
=~=~=~=
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
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
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
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