Thanks to anyone who can help!

I am trying to run a report using the example from the  adhoc report docs, 
as described in Reporting Basics 
<https://developers.google.com/adwords/api/docs/guides/reporting#http-request>
 and The AdWords Query Language 
<https://developers.google.com/adwords/api/docs/guides/awql#adhoc-reports>.

*WHAT I GET BACK: *
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportDownloadError><ApiError><type>ReportDownloadError.INVALID_PARAMETER
</type><trigger>Missing client information
</trigger><fieldPath></fieldPath></ApiError></reportDownloadError>



*WHAT I SEND:* 
(returns inserted for clarity)

https://adwords.google.com/api/adwords/reportdownload/v201409?
Authorization=Bearer xxxxxxx&
developerToken=xxxxxxx&
clientCustomerId=xxx-xxx-xxx&
__rdquery=SELECT+Name+FROM+KEYWORDS_PERFORMANCE_REPORT+DURING+20140101,
20141231&
__fmt=CSV

I am sending this from a desktop app which only allows me to send a URL and 
indicate its type (post, get, put, etc.)
The results I get are the same as pasting them into a browser (chrome)


Additional headers I have tried: all are returning the same response

   Content-Type=multipart/form-data
   Content-Type=application/x-www-form-urlencoded
   POST=/api/adwords/v201409 HTTP/1.1
   Host=adwords.google.com
   
Thanks for any help anyone has to provide, it is very much appreciated.
Sincerely,
Jim

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c6b8bb10-cf96-4f79-a76d-7b0354ae0420%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to