▪️Communication properties for user interaction
This document describes the different communication properties that Smartico supports to detect user interaction to use that info for improving engagement and segmentation.
Understanding how users engage with different communication channels is essential for optimizing outreach strategies, improving responsiveness, and personalizing experiences. The Communication Properties outlined in this documentation serve as key indicators of user interaction across interfaces such as Inbox, Email, SMS, Push notifications, and broader General interactions.
These properties are designed to help operators monitor and respond to engagement signals using three primary event markers:
Last Clicked Date – when the user last actively engaged with a communication.
Last Open Date – the most recent time a user accessed a message or notification.
Last Send Date – the timestamp of the latest communication dispatched to the user.
Together, these signals form a behavioral fingerprint of user interaction, enabling smarter decision-making, from re-targeting efforts to segment-based automation. Whether you're triggering workflows, assessing engagement trends, or refining message timing, these properties provide a foundation for interpreting user intent and responsiveness.
The following tables detail these properties per channel, outlining their structure, intended use, and operational impact.
Inbox
{{state.inbox_last_clicked_date}}
Date & Time
Timestamp of user's most recent Inbox Click
{{state.inbox_last_open_date}}
Date & Time
Timestamp when Inbox impression was registered
{{state.last_marketing_inbox_sent_date}}
Date & Time
Date/time when last Inbox was sent (only campaigns of category "Marketing" are counted)
Email
{{state.mail_last_clicked_date}}
Date & Time
Timestamp when user clicked last time on any link in the mail sent by Smartico
{{state.mail_last_open_date}}
Date & Time
Timestamp when user opened last time any mail sent by Smartico
{{state.last_marketing_email_sent_date}}
Date & Time
Date/time when last Email was sent (only campaigns of category "Marketing" are counted)
SMS
{{state.sms_last_clicked_date}}
Date & Time
Timestamp when user clicked last time any SMS sent by Smartico
{{state.last_marketing_sms_sent_date}}
Date & Time
Timestamp when last SMS was sent (only campaigns of category "Marketing" are counted)
Push
{{state.push_last_clicked_date}}
Date & Time
Timestamp when user clicked last time on any link in the push notification sent by Smartico
{{state.push_last_open_date}}
Date & Time
Timestamp when user have seen last time any push notification sent by Smartico
{{state.last_marketing_push_sent_date}}
Date & Time
Date/time when last Push notification was sent (only campaigns of category "Marketing" are counted)
Pop-up
{{state.last_marketing_popup_sent_date}}
Date & Time
Date/time when last Popup was sent (only campaigns of category "Marketing" are counted)
General
{{state.core_last_visit_date}}
Date & Time
The date/time when user clicked on any link in any type of communication sent to user (except popups and inbox)
Last updated
Was this helpful?