Hi Pradeep S, My guess is that you still get a 20 byte file because you are including report headers, column headers, or the report summary. You can exclude all of these (if it works for your use case) by setting the appropriate *skip*... attributes on your *ReportingConfiguration* to *true* (see lines 91-93 of the example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/reporting/DownloadCriteriaReport.java#L90> ).
Cheers, Josh, AdWords API Team On Wednesday, June 3, 2015 at 2:30:33 PM UTC-4, pradeep s wrote: > > Hi, > I am using java client version v201502 for downloading adwords report. > Download format used in GZIPPED_CSV. Eventhough the data is null for some > client ids , i am getting a 20 byte file. > ReportDownloadResponse.getInputStream().available() returns 20 for these > calls. > Is there any way we can avoid writing these files. > Regards > Pradeep S > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/16ab986d-8656-47d1-957d-9b27d301da03%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
