Hi DS, An API request having 'User-Agent: containing the string "gzip"' and 'Accept-Encoding: with the value gzip' will enable compression <https://developers.google.com/adwords/api/docs/guides/bestpractices#use_compression>. >From your earlier description, the compression must be enabled. You could check your SOAP request header to verify these values. If you haven't enabled logging yet, please check this <https://github.com/googleads/googleads-php-lib#logging> document for instructions.
The other best practices which were shared in my previous response would improve the overall performance of batch jobs. Since the batch jobs are asynchronous and overall execution time is pretty fast in your case, I am curious to know if there is any particular reason why you are trying to reduce this time? If you have sample batch job ids which are taking longer to upload, we can take a look at them. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 --- 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d3d1ebb8-1a04-4084-8a64-6bf7cb7736de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
