Re: How to use the OR condition in AWQL

2017-03-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alonso, Unfortunately, OR condition is currently not supported. Formal grammar for AWQL can be found here . If possible, please open a new forum thread since that helps us track your queries better. Regards, Vishal

Re: How to use the OR condition in AWQL

2017-03-22 Thread Alonso Enrique
OR condition supported currently? On Wednesday, 28 October 2015 13:08:36 UTC-5, Anthony Madrigal wrote: > > HI, > > Unfortunately, the OR operation is not supported in the AWQL syntax. > > Please follow our blog > > regarding any

Re: How to use the OR condition in AWQL

2015-10-28 Thread Anthony Madrigal
HI, Unfortunately, the OR operation is not supported in the AWQL syntax. Please follow our blog regarding any updates to this feature. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: How to use the OR condition in AWQL

2015-10-27 Thread rodrigo . ramos
I have the same issue in here. I am trying to run a Report, but Adwords logs the following error: One of the conditions in the query is invalid. ' WHERE' + ' QueryMatchTypeWithVariant != "EXACT" AND' + ' (Clicks>5 OR ConvertedClicks>0)'+ ' DURING LAST_WEEK'

Re: How to use the OR condition in AWQL

2014-10-21 Thread Anna Nguyen
I suppose, worst comes to worst, you can always make two calls, each with one of the two conditions of the "OR"? -- Anna On Tuesday, October 21, 2014 6:29:03 AM UTC-5, Rowan Springfield wrote: > > Hi, I actually need to use the OR operator, as I need to use > > (AdGroupName = 'Name' and Keywor

Re: How to use the OR condition in AWQL

2014-10-21 Thread Rowan Springfield
Hi, I actually need to use the OR operator, as I need to use (AdGroupName = 'Name' and KeywordText = 'Keyword') OR (AdGroupName = 'Name1' and KeywordText = 'Keyword1') type structure. It seems that AWQL does not like brackets though. I need to use the brackets for the OR operator (if indeed yo

Re: How to use the OR condition in AWQL

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi, You could use the IN operator in this case. Cheers, Anash P. Oommen AdWords API Advisor. On Tuesday, June 25, 2013 11:00:45 PM UTC+5:30, plucki wrote: > > Hi! > > I am trying to use the AWQL language in order to get specific Adgroups > which have this condition, Campaign Name contains "ABC

How to use the OR condition in AWQL

2013-06-25 Thread plucki
Hi! I am trying to use the AWQL language in order to get specific Adgroups which have this condition, Campaign Name contains "ABC" or Campaign Name contains "DEF" but when I try to do this on AWQL I cant use the condition "OR" What im doing bad? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=