The Data firehose feature is still in BETA and these events and their properties are subject to change.
Email
Email double opt-in
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
Email social view
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
string
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
bookmarkName
string
ipAddress
string
type
string
campaignType
string
Email open
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
emailType
string
ipAddress
string
userAgent
string
mailClient
string
mailClientVersion
string
isBot
bool
campaignType
string
Email click
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
linkId
int
ipAddress
string
userAgent
string
url
string
redirectTo
string
emailType
string
productRecommendationId
int
campaignType
string
Email failed
Filterable by status: Soft bounce, hard bounce, mail block
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
campaignType
string
status
string
subStatus
string
Email unsubscribed
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
status
string
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
campaignType
string
Email ISP complaint
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
campaignType
string
Email send
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
splitTestVersion
string
sendId
int
subject
string
sendStatus
string
sendStatusReason
string
campaignType
string
Email reply
Access the full content of email replies and attachments through the API.
When email replies contain large amounts of content or attachments, Firehose stores this data separately as large objects (LOBs). You can download this content using the Retrieve large object endpoint.
This feature is available to anyone on our CXDP package.
Find the large object ID
The large object ID (lobId) tells the API which content to retrieve.
For email reply content:
The lobId is in the ContentReference field of the reply event.
For email reply attachments:
The lobId is in the ContentReference field of the attachment object.
Retrieve the content