Ouch! I am not proud to announce the following AdWords API Exception:
Message: Invalid client email specified.
Trigger: APP TOKEN
Code: 9
Fault Origin: /admin.example.com/google_api/project.php:getAllCampaigns()
SOAP Parameters:
<getAllAdWordsCampaigns><dummy>0</dummy>
</getAllAdWordsCampaigns>
And it is getting triggered cuz of my Application Token.(that part is figured)
But, here is the other thing, when I do a getAllCampaigns(); my Client has all his campaigns, however all I get is no campaigns.. any ideas?
[edited by: engine at 10:42 am (utc) on Jan. 31, 2007]
[edit reason] examplified [/edit]
I can't troubleshoot this error specifically, but I do know that the requests made to the sandbox are different than the live API request. You might want to check the instructions at the following link to make sure your requests are properly formatted:
[google.com...]
If that's not the issue, you'd probably get a good response on the API Developers Forum, linked off the API home page.
AWA2