Re: Trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-09-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Aipa, You're welcome! Glad to be of help! Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-09-01 Thread aipa kazuma
Thank you advance. I tried AdWords API client libraries . I was found cause. Thank you so much! 2016年9月1日木曜日 19時12分04秒 UTC+9 Peter Oliquino: > > Hi, > > Your report definition should look something lik

Re: Trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-09-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Your report definition should look something like the one below : HTTP HEADER: Authorization:Bearer xx clientCustomerId:xxx-xxx- Content-Type:application/x-www-form-urlencoded developerToken: Request Parameters: __rdxml: https://adwords.go

Trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-09-01 Thread aipa kazuma
Hi We are having a trouble with an adwords API and wondering if you can help us. We called adwords api url ' https://adwords.google.com/api/adwords/reportdownload/v201603'. This api was working until yesterday(2016/08/31), but stop working today. We read the reference pages and tried to figure o

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-02-11 Thread Wesley Ide
Hi Yin, Yes, Im using Java client library. I saw the examples, and with one of them I had a better error message. The problem was the dateRangeType ALL_TIME which I was using, but the response message says it is invalid (but had in documentation). It is strange, because the same parameter works

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-02-09 Thread 'Yin Niu' via AdWords API Forum
Hi Wesley, Are you using the Java client library? Here are some Java examples for downloading reports. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-02-03 Thread Wesley Ide
Hi I have the same problem. I add the headers: - "User-Agent" : "Mozilla/5.0" - "Accept-Language" : "pt-br" - "Accept-Charset" : "UTF-8" - "Content-Type" : "application/soap+xml" - "Authorization" : "Bearer ACCESS_TOKEN" - "clientCustomerId", "XXX-XXX-" - "developerToken"

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2015-03-20 Thread Danial Klimkin
Hello Michael, Is it possible some of the HTTP headers were not set? Can you send me the exact request you've generated, via email? Please use "Reply to author" button on the right. -Danial, AdWords API Team. On Friday, March 20, 2015 at 2:14:29 PM UTC+3, Michael D wrote: > > Hi, > > im in

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2015-03-20 Thread Michael D
Hi, im in a portableClassLibary so the ClientLibaries doesnt work for me. I changed what you said but now im gettin this Error: " ReportDownloadError.INVALID_PARAMETER Missing client information " This ismy code now: public string GetReport() { var postString

trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2015-03-16 Thread Michael D
When im sending my request im gettin the following Error: ReportDownloadError.MISSING_PARAMETER Missing report definition The Details on reporting are not clearly telling how it works. This is how I do it at the time. But

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2015-03-16 Thread Danial Klimkin
Hello Michael, The request should have post parameter named "__rdxml", I don't see you use this name. Also, the value needs to be url encoded. Please consider using our client libraries instead of implementing this routine yourself: https://github.com/googleads/googleads-dotnet-lib -Dania