I want to identify customers who received an email or push notification, did not click or open the delivery, and then re-target them. Is the best way to do this to create a fork to run an incremental query to identify who clicked, an incremental query to identify who the email was sent to and an incremental query to identify who did not click. Then find the exclusion and deliver the email to that group of customers?
Any suggestions on a different way to identify a group of customers who have not clicked, opened, or had any activity in a certain time parameter is welcome!