Hi Moideen, It appears you haven't received the email I sent, so here's a copy:
Hi Moideen, My team came back to me with this: The delegate callback will be called for each page in the stream, each of which has exactly 10K results. Typically your last page has < 10K results, but since 800K is an exact multiple of 10K, your last page also has 10K rows. This code is overwriting each subsequent page. So move the CsvFile initialization before the API call, and writing to file outside the delegate after the method call. That should fix the code. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2YpoIs:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/_zYK8000000000000000000000000000000000000000000000R9BA8P00rQf04HuRQYmRX4l_NY3u7A%40sfdc.net.
