# Hubspot: Email Campaigns

## Description

* Each record represents an email campaign in Hubspot.

## Supported Data Sources

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

## Columns

| Type     | Name                         | Description                                                            |
| -------- | ---------------------------- | ---------------------------------------------------------------------- |
| DATETIME | \_fivetran\_synced           | Timestamp of when Fivetran synced a record.                            |
| INTEGER  | app\_id                      | The app ID.                                                            |
| STRING   | app\_name                    | The app name.                                                          |
| INTEGER  | content\_id                  | The ID of the content.                                                 |
| INTEGER  | email\_campaign\_id          | The ID of the email campaign.                                          |
| STRING   | email\_campaign\_name        | The name of the email campaign.                                        |
| INTEGER  | num\_included                | The number of messages included as part of the email campaign.         |
| INTEGER  | num\_queued                  | The number of messages queued as part of the email campaign.           |
| INTEGER  | email\_campaign\_sub\_type   | The email campaign sub-type.                                           |
| STRING   | email\_campaign\_subject     | The subject of the email campaign.                                     |
| STRING   | email\_campaign\_type        | The email campaign type.                                               |
| INTEGER  | total\_bounces               | The total number of bounce email events.                               |
| INTEGER  | total\_unique\_bounces       | The total number of unique email sends with a bounce email event.      |
| INTEGER  | total\_clicks                | The total number of click email events.                                |
| INTEGER  | total\_unique\_clicks        | The total number of unique email sends with a click email event.       |
| INTEGER  | total\_deferrals             | The total number of deferral email events.                             |
| INTEGER  | total\_unique\_deferrals     | The total number of unique email sends with a deferral email event.    |
| INTEGER  | total\_deliveries            | The total number of delivery email events.                             |
| INTEGER  | total\_unique\_deliveries    | The total number of unique email sends with a delivery email event.    |
| INTEGER  | total\_drops                 | The total number of drop email events.                                 |
| INTEGER  | total\_unique\_drops         | The total number of unique email sends with a drop email event.        |
| INTEGER  | total\_forwards              | The total number of forward email events.                              |
| INTEGER  | total\_unique\_forwards      | The total number of unique email sends with a forward email event.     |
| INTEGER  | total\_opens                 | The total number of open email events.                                 |
| INTEGER  | total\_unique\_opens         | The total number of unique email sends with a opens email event.       |
| INTEGER  | total\_prints                | The total number of print email events.                                |
| INTEGER  | total\_unique\_prints        | The total number of unique email sends with a print email event.       |
| INTEGER  | total\_spam\_reports         | The total number of spam report email events.                          |
| INTEGER  | total\_unique\_spam\_reports | The total number of unique email sends with a spam report email event. |
| INTEGER  | total\_unsubscribes          | The total number of unsubscribe email events.                          |
| INTEGER  | total\_unique\_unsubscribes  | The total number of unique email sends with a unsubscribe email event. |


---

# 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/hubspot-email-campaigns.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.
