Hi,
I have two Accounts:
- a production MCC account with a pending developer Token
- a test MCC account which has been created with another e-mail address.
The first configuration in the auth.ini is
- developerToken of test MCC
- client_id of test MCC
- client_secret of test MCC
- refresh_token of test MCC.
When running the example "GetCampaigns.php" i receive:
"An error has occurred: [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:'<null>']
In the Google Groups Messages, indicating that the pending production developer token should be used instead, I replaced the test developer token with the pending production token and then i receive another error:
[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'<null>']
What I have wrong?
Note: I already accepted the T&C and I have billing account.
Thanks