We are using code like the following to make requests but it only handles 1 account at time. How can we perform the same gaql for multiple accounts(up to 150 accounts) for one of our clients.
We feel making these kinds queries many times in a short span of time if highly inefficient. In the Reporting UI we can select multiple accounts and we want to replicate that feature. SearchGoogleAdsRequest searchGoogleAdsRequest = new SearchGoogleAdsRequest() { CustomerId = CustomerID, Query = gaql }; var result = GoogleAdsServiceClient.Search(searchGoogleAdsRequest).ToList(); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f272e0f9-a999-4c67-b60c-e94469adb092n%40googlegroups.com.