Hi, you should use either clientEmail or clientCustomerId, not both.
Also, clientEmail should be client email not MCC account email. For Reporting Basics<http://code.google.com/apis/adwords/docs/reportingtopics.html#downloading>page here is how raw HTTP message should look like: GET /api/adwords/reportdownload?__rd=XXXXXX HTTP/1.1 Host: adwords.google.com Accept: */* Authorization: GoogleLogin auth=XXXXXX clientEmail: XXXXXX On Thu, Jul 28, 2011 at 8:53 AM, dkasak <[email protected]>wrote: > OK now I don't think it's a case-mangling thing. I've just tested with > curl, and I'm getting the same error. > > Here is my call: > > curl \ > -v \ > -H "authorization: GoogleLogin auth=some_big_token" \ > -H "clientCustomerId: a_numeric_id" \ > -H "clientEmail: an_mcc_account_email" \ > > https://adwords.google.com/api/adwords/reportdownload?__rd=some_report_id > > What am I doing wrong? > > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/adwords-api?hl=en > -- AdWords API in C# / VB.NET <http://www.gemboxsoftware.com/Ppc/Overview.htm> adCenter API in C# / VB.NET <http://www.gemboxsoftware.com/Ppc/Overview.htm> - GemBox.Ppc component -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
