I am looking for documentation on the total number of results I can bring 
per DownloadReportAsString call.

I create different thread that query at most one day for the report, 
however, I am looking at edge cases when more than 150k results should be 
returned.

My question is how to use *pagination* if no ReportDownload object returns 
the totalNumResults? Am I missing something?

Example python code (incomplete on purpose):

while more_results:
  res = DownloadReportAsString(def, headers)
  offset += some_constant
  totalNum = ???????
  more_results = offset < totalNum

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/169d6c64-6086-4b25-bc08-31a55c0939eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to