Re: Unexpected internal API error for AdGroupService

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron, I would recommend that you use the IN operator instead of EQUALS if you wish to pass a list of campaign IDs in your AdGroupService.get() call. Let me know if this helps. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Unexpected internal API error for AdGroupService

2017-10-22 Thread Liron Shapira
Here's the code: campaign_ids = params.get('campaignIds') ad_group_service = adwords_client.GetService('AdGroupService', version= 'v201708') selector = { 'predicates': [ { 'field': 'CampaignId', 'operator': 'EQUALS', '