Is there a way to batch job the requests when getting bid landscape data 
for large number of ad group their respective criterions?

I'm referring to *get_keyword_bid_simulations.py *that's part of the 
googleads Python client library (*version v201806*).

Currently I'm iterating through a list of Ad Group and Criterion IDs and 
passing them into the value for 'predicates' in the selector object. I see 
some runtime performance improvements when assigning the jobs to multiple 
threads but was wondering if there was something analogous to 
BatchJobService for DataService operations.

 'predicates': [
          {
              'field': 'AdGroupId',
              'operator': 'EQUALS',
              'values': [*ad_group_id*]
          },
          {
              'field': 'CriterionId',
              'operator': 'EQUALS',
              'values': [*criterion_id*]
          }
      ],


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/16c892aa-219f-4ee9-8716-ba71b03e9a66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... llei
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to