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

Anonymous
Not applicable

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

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.
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

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

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

Anonymous
Not applicable

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

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.