# Newsletter Signup Started/Completed

## Description

These two events, <mark style="color:red;">`Newsletter Signup Started`</mark> and <mark style="color:red;">`Newsletter Signup Completed`</mark>, 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

<table data-full-width="true"><thead><tr><th width="267">Property</th><th width="242" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>email</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Email address, only available on <mark style="color:red;"><code>Completed</code></mark></td></tr></tbody></table>

### Example

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.fueled.io/integrations/sources/klaviyo-source-integration/newsletter-signup-started-completed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
