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.
Example:
window.analytics.track('Newsletter Signup Completed', {
email: 'my_email@gmail.com'
});