I'm trying to use service account to make request to google ads api and have been getting the following error
error_code {
authentication_error: NOT_ADS_USER
}
message: "User in the cookie is not a valid Ads user."
}
I got the following details for authorization but wonder if I've missed something.
"type": "service_account",
"project_id": "",
"private_key_id": "",
"private_key": ""
"client_email": "",
"client_id": "",
"auth_uri": "",
"scope": "",
"token_uri": "",
"auth_provider_x509_cert_url": "",
"client_x509_cert_url": "",
"impersonated_email": "",
"developer_token": "",
"use_proto_plus": ""
After going back to document again, I guess that impersonated email could be the missing piece. Could you tell me how and where to get this email? Is it from Google Ads Manager?
Cheers