This event occurs when an email is opened. It is detected when a hidden image is downloaded by the recipient email client.
Additional parameters :
- string TID, customer Tracking ID provided during job submission
- 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
- DateTime OpenDateTime, opening date
- string UserHostNameOrAddress, IP address or HostName used by the recipient while accessing the resource
- string UserAgent, recipient User Agent (web browser)
EmailOpened example
{
"CustomerNumber":55XXX,
"EventDateTime":"\/Date(1419358560810)\/",
"EventType":11,
"JobNumber":01234567,
"JobType":"Email",
"JobItem":3,
"Recipient": "Test",
"Tid":"",
"UD1": "",
"UD2": "",
"UD3": "",
"UD4": "",
"UD5": "",
"OpenDateTime" : "\/Date(1419358560810)\/",
"UserHostNameOrAddress" : "",
"UserAgent" : ""
}