Hi there,

I've searched through the PHP API Documentation, this AdWords API
Group, and further abroad online and I can't find any solution for
this error I get when I try to download reports.

I'm using the Live API Servers and a fresh copy of the PHP Libary
code.

This is roughly the code I'm using (with fake Client/Report ID's):

$user = new AdWordsUser();
$user->SetClientId('123-456-7890');
ReportUtils::DownloadReport(123456, 'report.csv', $user);

The report file is successfully saved, but contains the following text
(I've replaced the actual Report ID with "123456"):

!!!1|||123456|||AuthenticationError.CLIENT_EMAIL_INVALID???

The DownloadReport function also throws "ReportDownloadException".

I've tried the client ID in the above format (string, with hyphen
separators), string (no hyphens), and Integer, and all fail.

Any ideas or solutions would be greatly appreciated!

Cheers,

Kyle

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to