Re: Selecting ad groups by campaign name with CONTAINS_ANY predicate type (Python googleads API)

2018-09-27 Thread Preston Hinkle
Hi Luis, Ok, I misunderstood the error message to mean that the trigger 'CampaignName' as at fault, but it looks like 'CampaignName' is just the key for the operator that was at fault. Thanks! Preston On Wednesday, September 26, 2018 at 3:36:28 AM UTC-7, Luis Xander Talag (AdWords API Team)

Re: Selecting ad groups by campaign name with CONTAINS_ANY predicate type (Python googleads API)

2018-09-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Preston, The INVALID_ PREDICATE_OPERATOR error indicates that

Selecting ad groups by campaign name with CONTAINS_ANY predicate type (Python googleads API)

2018-09-25 Thread Preston Hinkle
Hello, As the question title states, I'm trying to select all ad groups with campaign names satisfying a CONTAINS_ANY relationship. I assume this is possible since the AdWords API documentation says that campaign name can be filtered on for ad groups. However, when I try I receive the following