How do I target customers by status in a campaign?
Campaigns typically include {% with activeSubs=person.rc_all_subscriptions|dictfilter:"status == active %} or {% with activeSubs=person.rc_all_subscriptions|dictfilter:"status == CANCELLED" %} at the beginning of each Quick Actions URL to find the subscriptions associated with this customer.
Typically, Quick Actions URLs for campaigns target all of the subscriptions a customer has. You can use HTML and IF statements to further customize who the campaign should send to if the customer has multiple subscriptions.
