# Email Marked as Spam

## Description

This is a server side event that fires directly from Klaviyo whenever a recipient marked message as spam.

## Instrumentation

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

## Event Properties

<table data-full-width="true"><thead><tr><th width="248.33333333333331">Property</th><th width="195" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>campaign_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>The campaign ID</td></tr><tr><td>campaign_name</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>The campaign name</td></tr><tr><td>email_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Campaign specific Email ID</td></tr><tr><td>email_subject</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Email subject</td></tr><tr><td>global_email_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Global Klaviyo Email ID</td></tr><tr><td>variation_id</td><td align="center"><mark style="background-color:orange;">String</mark></td><td>Variation ID of the email</td></tr></tbody></table>

### Example

```javascript
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"
});
```


---

# 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/email-marked-as-spam.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.
