Question
How do I create a segmentation rule that will pull contacts who were subscribed more than a year ago?
Answer
Use the "now" operator to pull contacts who were added to a list in a date range. When "now" is used, the system defaults to using midnight (the beginning of the day) as the time. In order to pull contacts who were added over one year ago:
- Go to LISTS > SEGMENTATION > CREATE ADVANCED RULE.
- Enter a Rule Name and Description.
- In the Commands textbox, enter the following, then click CREATE:
subscribed_date < now - 1y
Additional lines can be added to this segmentation rule, to pull contacts who also match other criteria.