Hello, It would be highly appreciated if anyone can give me precise answer 
kindly.
I've thousands(minimum 5K ) of CampaignName. I'm doing GET request for 
CampaignService with "selector" as follows
selector = {
      'fields': ['Id', 'Name'],
      'ordering': {
          'field': 'Name',
          'sortOrder': 'ASCENDING'
          },
      'paging': {
          'startIndex': str(offset),
          'numberResults': str(PAGE_SIZE)
      },
      'predicates': {
          'field': 'Name',
          'operator': 'IN',
          'values': ["name1", "name2", "name3"]
      }
  }
My question is what is the maximum length for Values of Predicate and what 
is Maximum numberResults(PAZE_SIZE) for a single GET request in this case? 

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/08ea4c3e-6b71-4401-8d52-006f590bf7ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Rahat
    • ... 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to