Hi Kevin,
Could you add a request at
http://code.google.com/p/google-api-adwords-java/issues/list?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.googl
Eric,
Can we add gzip support to Java client library?
-Kevin
On Apr 15, 3:24 pm, Eric Koleda wrote:
> Hi James,
>
> In order for the response to be gzipped you also need to ensure that the
> User-Agent HTTP header includes the words "gzip". This isn't well
> documented at the moment, but I'll
Thanks Heaps Eric. That works well
On Apr 16, 8:24 am, Eric Koleda wrote:
> Hi James,
>
> In order for the response to be gzipped you also need to ensure that the
> User-Agent HTTP header includes the words "gzip". This isn't well
> documented at the moment, but I'll work on improving that.
>
>
Hi James,
In order for the response to be gzipped you also need to ensure that the
User-Agent HTTP header includes the words "gzip". This isn't well
documented at the moment, but I'll work on improving that.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Oops, forgot to mention. This is with version v201101
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this me
Hi
We are using perl as our client language (with SOAP::Lite). I am
investigating ways to improve our performance.
So idecided to try and compress the SOAP XML exchanged between our
application and the server.
Compressing our requests and setting the Content-Encoding: gzip http
header is working.