Re: Adwords Report HTTP Error 400

2012-02-14 Thread Paulo Fernandes
I'm using Java On 14 fev, 00:57, Anash P. Oommen anash.p.oommen+fo...@google.com wrote: Hi Paulo, That depends on the language you are using. For .NET, I'd recommend Fiddler2 (http://fiddler2.com/fiddler2/) as the proxy, and then the code to set proxy would look like: WebRequest webRequest

Re: Adwords Report HTTP Error 400

2012-02-14 Thread Paulo Fernandes
I solved that problem Some of my accounts are MCC accounts under a Global MCC Account So a MCC account didn't have data to be downloaded Thanks for the support :) On 14 fev, 09:37, Paulo Fernandes paulofernande...@gmail.com wrote: I'm using Java On 14 fev, 00:57, Anash P. Oommen

Re: Adwords Report HTTP Error 400

2012-02-13 Thread Anash P. Oommen
Hi Paulo, That depends on the language you are using. For .NET, I'd recommend Fiddler2 (http://fiddler2.com/fiddler2/) as the proxy, and then the code to set proxy would look like: WebRequest webRequest = HttpWebRequest.Create(URL); WebProxy proxy = new WebProxy(); proxy.Address = new

Re: Adwords Report HTTP Error 400

2012-02-12 Thread ewan
Maybe it's got something to do with the new requirement that you now need to send your token when downloading a report? I think that the change was scheduled to go live on the 7th of February: http://googleadsdeveloper.blogspot.com/2012/01/developertoken-in-reports-rollback.html Regards, Ewan

Re: Adwords Report HTTP Error 400

2012-02-12 Thread Anash P. Oommen
Hi Paulo, The easiest thing to do is to set a web proxy for your request, and see if you are sending authorization header (authToken), clientCustomerId header and developerToken header as part of your requests. Cheers, Anash P. Oommen, AdWords API Advisor. --

Adwords Report HTTP Error 400

2012-02-11 Thread Paulo Fernandes
Hi I -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Adwords Report HTTP Error 400

2012-02-11 Thread Paulo Fernandes
Hi I'm getting the respondeCode 400 when I generate a report, but I didn't change anything in my application. Can someone help me with anything? My authToken is Ok. Is it possible to check if my adwords api account is blocked? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also