Hi,
I tried almost all of the proposed solutions out there in the web,for about two weeks and I'm always getting the same error msgs.
I get either QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED when I specified the api.adwords.clientCustomerId.
Here are my settings:
I made a new MCC account (billing information are set).
I made a new MCC test account (billing information are set).
Linked an old adwords account to the MCC account (billing information are set).
created a Project (via google console) for the MCC-Test account.
api.adwords.refreshToken= MCC test account / production account (didn't work either)
api.adwords.clientId= the clientId I got from the Project I created on the MCC-test account
api.adwords.clientSecret= the clientSecret I got from the Project I created on the MCC-test account
api.adwords.clientCustomerId= clientCustomerId from the linked adwords account -> returns AuthorizationError.USER_PERMISSION_DENIED
= clientCustomerId from the MCC Production account -> returns QuotaCheckError.INCOMPLETE_SIGNUP
api.adwords.userAgent= blabla
api.adwords.developerToken= the Developer Token from the production MCC account
api.adwords.isPartialFailure=true
I'm trying to run some examples from the adwords.axis.v201406 Project.
best regards,
Saeed