Hi,
I tried almost all of the proposed solutions out there in the web. But I'm always getting the same error messages.
Either QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED if I specify the customerClientId.
Here are my settings:
I created a new MCC account (with billing information)
I created a new MCC-Test account (with billing information)
Linked an old adwords account to the MCC account (with billing information)
Created a new Project (google console) with the MCC-Test account.
api.adwords.refreshToken= generated with
api.adwords.clientId= clientId provided by the project (on MCC-Test)
api.adwords.clientSecret= clientSecret provided by the project (on MCC-Test)
api.adwords.clientCustomerId= clientCustomerId of the adwords account
api.adwords.userAgent= adfsdfwerqew
api.adwords.developerToken= dev Token from the production MCC- account
api.adwords.isPartialFailure=true
I'm trying to run the samples provided by the adwords.axis.v201406 Project.
Thanks in advance