Re: Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-08-08 Thread Jonas Bolin
Thanks Shwetha! On Tuesday, 11 July 2017 20:13:50 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jonas, > > You can use the IN operator and provide a list predicate values in the > query to check if the field is equal to one of the given values. The > predicate should look something li

Re: Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jonas, You can use the IN operator and provide a list predicate values in the query to check if the field is equal to one of the given values. The predicate should look something like this: WHERE QueryMatchTypeWithVariant IN ["BROAD", "PHRASE"] The formal AWQL grammar is provided here