This event occurs when a tracked link is clicked in an email. When a click is detected, you can consider the email opened. Images download is often deactivated by default on email clients, so several are needed to detect an email opening.
Additional parameters :
- string TID, customer Tracking ID provided during job submission
- string Address
- string Recipient, recipient reference, provided during job submission
- string UD1, customisation field 1
- string UD2, customisation field 2
- string UD3, customisation field 3
- string UD4, customisation field 4
- string UD5, customisation field 5
- MediaType Type { FAX = 0, SMS = 1, VOICE = 2, MAIL = 3, PUSHNOTIFICATION = 4, EMAIL = 5}
- DateTime ClickDateTime, clicking date
- string UserHostNameOrAddress, IP address or HostName used by the recipient while accessing the resource
- string UserAgent, recipient User Agent (web browser)
- string Link, link clicked by the recipient
LinkClicked example
{ "CustomerNumber":55XXX, "EventDateTime":"\/Date(1419358560810)\/", "EventType":12, "JobNumber":01234567, "JobType":"Email", "JobItem":3, "Recipient": "Test", "Tid":"", "UD1": "", "UD2": "", "UD3": "", "UD4": "", "UD5": "", "ClickDateTime" : "\/Date(1419358560810)\/", "UserHostNameOrAddress" : "", "UserAgent" : "", "Link" : "", "Type" : 5 }