Hello,
Thank you for reaching out to us. Let me do the best I can to assist you in this.I can see that you have received the NOT_ADS_USER error when you attempted to connect to the API. The NOT_ADS_USER error is encountered when the service account has not been correctly linked to the Google Ads account via the OAuth2 assertion flow. Please take note that the email address you may have used to generate the credentials should have access or be associated with Google Ads accounts.
In order to connect to Google Ads API using a Google service account, you will need a Google Workspace domain since it is a prerequisite for using service accounts. Since you mentioned that you’re using service account credentials, could you confirm if you already followed all the mentioned requirements:
- The service account that you created needs to be granted domain wide delegation access by a super administrator for the domain.
- Using a Google Ads user with permissions on the Google Ads account you want to access.
- Make sure that you have your own domain registered with Google Workspace.
- Service account will have the ability to impersonate any user in the domain
You may refer to this API documentation that discusses how to access the Google Ads API with service accounts.
In addition, kindly note that, we strongly recommend using OAuth2 installed app or web flows instead of service accounts unless you need domain-specific features (for example, impersonation). OAuth2 installed application and web flows require user interaction only once, when access to the account is granted. You need to implement the code set up on your end to make calls using service accounts.
Regards,
Teejay Wennie Google Ads API Team
ref:_00D1U1174p._5004Q2dIQUS:ref
Hi,
Thanks for getting back to us.
It appears that the link got broken while being sent due to system issues. However, you may please check the response sent from our end with valid links below:
“Hello,
Thank you for reaching out to us. Let me do the best I can to assist you in this.
I can see that you have received the NOT_ADS_USER error when you attempted to connect to the API. The NOT_ADS_USER error is encountered when the service account has not been correctly linked to the Google Ads account via the OAuth2 assertion flow. Please take note that the email address you may have used to generate the credentials should have access or be associated with Google Ads accounts.
In order to connect to Google Ads API using a Google service account, you will need a Google Workspace domain since it is a prerequisite for using service accounts. Since you mentioned that you’re using service account credentials, could you confirm if you already followed all the mentioned requirements:
In addition, kindly note that, we strongly recommend using OAuth2 installed app or web flows instead of service accounts unless you need domain-specific features (for example, impersonation). OAuth2 installed application and web flows require user interaction only once, when access to the account is granted. You need to implement the code set up on your end to make calls using service accounts. “
With regards to your follow up questions, Please see below responses:
1) Is there a way to create authentication for a microservice without Google Workspace Domain?
2) About Oauth2, in our case, we want to send ourselves the information about all users once a day, with our calculations, so I guess the OAuth2 is not an option for us, right? Or we may use it.
3) If I try to use Oauth2, I need to put the consent screen in prod mode, and they ask me to put a video in Youtube, and some staff that shouldn't apply to a microservice...
Best regards,
|
||||||
Hi,
Thanks for getting back to us.
Kindly see below responses to your queries:
But, what I don't understand is how are we using OAuth2 for a Microservice. I mean, when I create the OAuth2 credentials, it requires me to select between one between: Android, Chrome App, IOS, TV and desktop App. My application is a backend microservice, so none of these matches with what I want.
>> Kindly note that there are two app type options for the Google Ads API:
You may consider to use Desktop apps as an option in your backend microservice. For more information, you may refer to this page.
Also, when I prepare for verification the consent screen it requires me some staff focus in my users, when the only user I have, and the only user that will see this consent screen, is myself.
Specially the Youtube video where I need to explain how will I use the scope in my app... It is totally focus in a front end application, which will have authorised users. What I am I suppose to record in this video, the Java code of my backend microservice?
>> The document provided by my colleague explains what exactly needs to be recorded. You may check below:
For more information on OAuth verification, refer to below links:
Regards,
|
||||||