Comment on page
Email Marked as Spam
This is a server side event that fires directly from Klaviyo whenever a recipient marked message as spam.
This event is implemented server-side via the Klaviyo Source for Fueled.
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 |
analytics.track('Email Marked as Spam', {
campaign_id: "12345678",
campaign_name: "Welcome Email #1",
email_id: "p_123445678789",
email_subject: "Welcome to the Dream Team!",
global_email_id: "u_12345987654098765467580",
variation_id: "WUZZp3"
});
Last modified 3mo ago