Hi everyone,
Here is my problem :
I've got to create Orders and Line items in Google Ad Manager through API for my customer.
In order to do so, I need him to create a user as "Trafficker" in GAM, related to my service account as mentioned in the documentation :
But when he has done this step, the new user in GAM is stuck to "Pending" :
On my side I've never recieved anything to confirm/validate and so don't have access to the functionality through the API having as error an authentication error (when trying to run my code) :
In Python :
googleads.errors.GoogleAdsServerFault: [AuthenticationError.NO_NETWORKS_TO_ACCESS @ ]
I had to do the same manipulation with another customer 2 weeks ago but had Admin privileges on his GAM Account, so I was able to create the service account myself and didn't have anything to confirm after the user creation.
My question is the following : Who has to confirm/unblock the account that is stuck on pending ? On my side I didn't received any email or anything.
Thanks for your help !
Cheers,