In the API a RuleItemGroup array will AND the RulesItems in the array and then the Rule will OR all the RuleItemGroups. Is there a way here to AND NOT a rule?
Maybe I can do that using a LogicalUserList combining a List that's a Negative Criterion but that seems more complicated.
Thanks!
Ezequiel
Ezequiel Murillo
unread,
Jan 13, 2016, 2:36:18 PM1/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Oh never mind. I guess It should work using the NOT_EQUAL in the rule I'm trying to AND NOT. Should have thought about it a bit longer...