Is AND supported in AWQL

16 views
Skip to first unread message

Mercedes Belandria Garcia

unread,
Jan 12, 2018, 3:55:17 PM1/12/18
to AdWords API Forum
Can I use AND in the WHERE conditions?

Johnny Brown

unread,
Jan 12, 2018, 4:15:56 PM1/12/18
to AdWords API Forum
If you are using a QueryBuilder, you can chain .Where call together, e.g. 

.Where('CampaignId').EqualTo(campaign_id).Where('AdGroupStatus').EqualTo('ENABLED')

Luis Xander Talag (AdWords API Team)

unread,
Jan 14, 2018, 9:49:30 PM1/14/18
to AdWords API Forum
Hi Mercedes,

Yes, you may use the AND conditions in a WHERE clause in the AWQL. You may check this sample which uses the AND operator in a WHERE clause for your reference.

Hope this helps!

Thanks and regards,
Luis
AdWords API Team
Reply all
Reply to author
Forward
0 new messages