Hello,
I'm trying to authenticate to the Google Ads API with a service account.
But I have this error:
errors {
error_code {
authentication_error: NOT_ADS_USER
}
message: "User in the cookie is not a valid Ads user."
I followed these steps :
- Get a dev token and create a test account
- Use php google library
- Create service account (get the JSON file)
- Delegate domain-wide authority with scope (
https://www.googleapis.com/auth/adwords)
The user who had generated the dev token is an admin in our google ads account.
As soon as I try to make a request with the production or test customer id I get this error.
Thanks for your help.