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

Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-07-11 Thread Jonas Bolin
Hello everyone, I would like to create an AWQL query which returns only BROAD and PHRASE matched search queries. AWQL doesn't support the OR operator, but is there a way to circumvent this, other than making a request for each type? Thanks, and summer greetings from Stockholm! /Jonas -- --