Hello. This is my first attempt to work with adWords API.
I have hard time understandind how to get accounts list, companies list from test account. My developer token still not approved. So i tried to do something through test MCC account.
I have
- developerToken (not approved)
- prod MCC Account
- test MCC Account
- And adwords account bound with prod MCC Account
So I have:
- developerToken = "*"
- clientCustomerId = "*" here is my test MCC accounts client id
- client_id (oauth2 prod)
- client_secret (oauth2 prod)
- refresh_token
After recived refresh_token i tried to run example script GetCampaigns.php and recived "No campaigns were found.".
In my test MCC account i created new AdWords account and campaign, and still "No campaigns were found.".
Maybe its my mistake and I missed something?
Can I somehow get the structure of prod MCC account in test MCC account or I need to create it my Own?
Thanks