Email Bounced
Description
This is a server side event that fires directly from Klaviyo whenever a receiving server could not or would not accept message
Instrumentation
This event is implemented server-side via the Klaviyo Source for Fueled.
Event Properties
Property
Type
Description
campaign_id
String
The campaign ID
campaign_name
String
The campaign name
email_id
String
Campaign specific Email ID
email_subject
String
Email subject
global_email_id
String
Global Klaviyo Email ID
variation_id
String
Variation ID of the email
Example
analytics.track('Email Bounced', {
campaign_id: "2342342",
campaign_name: "Welcome Email #1",
email_id: "r_55533222",
email_subject: "Welcome to the Dream Team!",
global_email_id: "a_9334555978074pqwe5985375",
variation_id: "WUZZp3"
});
Last updated