Hi all,
Using Dynamics for Marketing and I have a segment to pull through contacts who have had two interactions (the interaction being "email sent") within the last 1 day. Query view below.
INTERACTION(EmailSent, EmailSent_Contact)
.HAVING(COUNT() == 2, UTCDAYS(1)
My questions are, does this actually mean within the last 24 hours? And if so, is there a way to query two interactions within the last full day (ie. yesterday) ?
Thanks,
Matt