# Marketo: Email Sends

## Description

* Each record is a sent email in Marketo to a user.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/marketo/resources/marketo.svg" alt="" data-size="line"> Marketo

## Columns

| Type     | Name                          | Description                                                                                                                                |
| -------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| DATETIME | activity\_timestamp           | The timestamp the email was sent.                                                                                                          |
| INTEGER  | activity\_type\_id            | The ID of the activity type.                                                                                                               |
| INTEGER  | campaign\_id                  | The ID of the email's campaign.                                                                                                            |
| INTEGER  | campaign\_run\_id             | The ID of the email's campaign run.                                                                                                        |
| INTEGER  | choice\_number                | The choice number of the current step that triggered the activity.                                                                         |
| INTEGER  | email\_template\_id           | The ID of the email's template.                                                                                                            |
| INTEGER  | activity\_id                  | The ID of the activity.                                                                                                                    |
| INTEGER  | lead\_id                      | The ID of the lead related to the activity.                                                                                                |
| STRING   | primary\_attribute\_value     | The primary attribute of the activity.                                                                                                     |
| INTEGER  | primary\_attribute\_value\_id | The ID of the primary attribute of the activity.                                                                                           |
| INTEGER  | step\_id                      | The Id of the current step in the flow.                                                                                                    |
| STRING   | email\_send\_id               | The inferred ID for the email sent.                                                                                                        |
| INTEGER  | activity\_rank                | Assigned rank for a given email\_send\_id, determined by ascending order of activity\_timestamp. Earliest activity\_timestamp gets rank 1. |
| INTEGER  | count\_opens                  | Count of total opens from related email sends.                                                                                             |
| INTEGER  | count\_bounces                | Count of total bounces from related email sends.                                                                                           |
| INTEGER  | count\_clicks                 | Count of total clicks from related email sends.                                                                                            |
| INTEGER  | count\_deliveries             | Count of total deliveries from related email sends.                                                                                        |
| INTEGER  | count\_unsubscribes           | Count of total unsubscribes from related email sends.                                                                                      |
| BOOLEAN  | was\_opened                   | Whether the email send was opened.                                                                                                         |
| BOOLEAN  | was\_bounced                  | Whether the email send bounced.                                                                                                            |
| BOOLEAN  | was\_clicked                  | Whether the email send was clicked.                                                                                                        |
| BOOLEAN  | was\_delivered                | Whether the email send was delivered.                                                                                                      |
| BOOLEAN  | was\_unsubscribed             | Whether the email send resulted in the user unsubscribing.                                                                                 |
| STRING   | campaign\_type                | The type of the email send's campaign.                                                                                                     |
| INTEGER  | program\_id                   | The ID of the email send's program.                                                                                                        |
| BOOLEAN  | is\_operational               | Whether the email send was operational.                                                                                                    |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/marketo-email-sends.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.
