Hi Hong, The fastest and most streamlined way to do this is to use reporting as described in the Structure Reports Guide <https://developers.google.com/adwords/api/docs/guides/structure-reports>.
If you decide to still use the SOAP services, keep in mind that you are not limited to pulling data one campaign or one ad group at a time. For example, when pulling ad groups from the AdGroupService <https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupService>, you can create a predicate that uses the *IN *operator to select ad groups for multiple campaign IDs at once. Cheers, Josh, AdWords API Team On Friday, June 6, 2014 5:37:57 AM UTC-4, [email protected] wrote: > > Hi All, > > Is there a way to download bulk data (e.g get multiple campaigns, groups, > keywords, ads at once?) with Google API? > Currently, we have download campaigns first, then for each campaigns, we > download its groups, then for each groups we download its keywords,...Do in > this sequentially is quite slow in case we need to download alot of > campaigns. > > Thanks > Hong > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
