Newsletter Signup Started/Completed

Description

These two events, Newsletter Signup Started and Newsletter Signup Completed, fire as a website visitor interacts with the Klaviyo email capture pop-up.

Instrumentation

This event is implemented with our javascript analytics library. The tracking code is managed in the storefront theme

Event Properties

PropertyTypeDescription

email

String

Email address, only available on Completed

Example

window.analytics.track('Newsletter Signup Completed', {
  email: 'my_email@gmail.com'
});

Last updated