How do you add a 2nd IF statement to 'Request Campaign'? | Community
Skip to main content
February 22, 2013
Question

How do you add a 2nd IF statement to 'Request Campaign'?

  • February 22, 2013
  • 2 replies
  • 655 views
I want to send people to a particular campaign if they suit 2 types of criteria. e.g.

REQUEST CAMPAIGN
IF:       abc     IS: 123
AND:   xyz      IS: 456
= Requested campaign: my-new-campaign

when you select a new 'choice' there looks to only be 1 type of IF statement possible to apply to it but this is very restrictive.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

February 22, 2013
I do this often with Smart Lists. Your smart list can have several layers of complicated boolean logic (like abc=123 and xyz=456). In your Request Campaign it's just...

If member of smart list in my-custom-multiple-criteria-smart-list
Requested Campaign: my-new-campaign

February 22, 2013
Other option is to put the second half of the filter logic in the requested campaign smartlist and let it filter them out at the start.
So first campaign has IF abc IS 123, send it on to second campaign, which then filters for xyz IS 456 in its smartlist setup after the campaign is requested trigger.