Question
How do I create a segmentation rule that will pull contacts who were subscribed today?
Answer
Use the "now" operator to pull contacts who were added to a list today. 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 during the entire day (so far) use the following:
- 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
Additional lines can be added to this segmentation rule, to pull contacts who also match other criteria.