Hi Bryan,

For your first question, you are correct. Batch processing 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs> using 
BatchJobService 
<https://developers.google.com/adwords/api/docs/reference/v201710/BatchJobService>
 is 
for mutate calls only of the supported services and operations (e.g. 
CampaignService.mutate()), so retrieving your data in batch is not possible 
with this service.

For your second question, if your goal is just to get the data (e.g. 
campaigns, ad groups, etc.) with or without statistics, then you may 
generate a report so you don't have to worry for the paging limit as 
discussed here 
<https://developers.google.com/adwords/api/docs/appendix/limits#general> (Start 
index of request). In regards to the real time data in reports, if you are 
only getting attributes, and not metrics (e.g. Impressions, Clicks), then 
the attribute data is in real time. Metrics are delayed for up to 3 hours 
as discussed here <https://support.google.com/adwords/answer/2544985?hl=en>.

The advantage of generating a report is that you may generate all your data 
for an object (e.g. campaigns via Campaign Performance Report) via *one 
report request* as there is no file size limit. However, this does not 
guarantee that it will always download your report as there may be times 
that the server *may return an error* if your report is too large as 
discussed here 
<https://developers.google.com/adwords/api/docs/guides/reporting#timeouts>.

For the reports, you can refer to this guide 
<https://developers.google.com/adwords/api/docs/guides/reporting> for more 
information and to these PHP reporting examples 
<https://developers.google.com/adwords/api/docs/samples/php/reporting>.

Thanks,
Vincent
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 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/ae67dcce-3d96-4f94-a1cc-7ead2463ab8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Individual servi... Bryan
    • Re: Individ... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to