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
Here's the code:
campaign_ids = params.get('campaignIds')
ad_group_service = adwords_client.GetService('AdGroupService', version=
'v201708')
selector = {
'predicates': [
{
'field': 'CampaignId',
'operator': 'EQUALS',
'