Email Link Clicked

Description

This is a server-side event that fires directly from Klaviyo whenever a recipient clicks on a link within the message. You need to enable Click Tracking for getting this type of event.

Instrumentation

This event is implemented server-side via the Klaviyo Source for Fueled.

Event Properties

PropertyTypeDescription

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 Link Clicked', {
  campaign_id: "12345678",
  campaign_name: "Welcome Email #1",
  email_id: "b_23488979098",
  email_subject: "Welcome to the Dream Team!",
  global_email_id: "c_53135jhgfdfg462345555598",
  variation_id: "M4K9p3"
});

Last updated