# Marketo: Campaigns

## Description

* Each record is Marketo campaign.

## Supported Data Sources

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

## Columns

| Type     | Name                              | Description                                                           |
| -------- | --------------------------------- | --------------------------------------------------------------------- |
| BOOLEAN  | is\_active                        | Whether the campaign is active. Only applicable to trigger campaigns. |
| STRING   | created\_timestamp                | Timestamp when the campaign was created.                              |
| STRING   | description                       | Description of the campaign                                           |
| INTEGER  | campaign\_id                      | ID of the campaign.                                                   |
| STRING   | campaign\_name                    | Name of the campaign.                                                 |
| INTEGER  | program\_id                       | ID of the parent program, if applicable.                              |
| STRING   | campaign\_type                    | Type of campaign, either 'batch' or 'trigger'.                        |
| STRING   | updated\_timestamp                | Timestamp when the campaign was most recently updated.                |
| STRING   | workspace\_name                   | Name of the parent workspace, if applicable.                          |
| STRING   | computed\_url                     |                                                                       |
| INTEGER  | flow\_id                          |                                                                       |
| INTEGER  | folder\_id                        |                                                                       |
| STRING   | folder\_type                      |                                                                       |
| BOOLEAN  | is\_communication\_limit\_enabled |                                                                       |
| BOOLEAN  | is\_requestable                   |                                                                       |
| BOOLEAN  | is\_system                        |                                                                       |
| INTEGER  | max\_members                      |                                                                       |
| STRING   | qualification\_rule\_type         |                                                                       |
| INTEGER  | qualification\_rule\_interval     |                                                                       |
| STRING   | qualification\_rule\_unit         |                                                                       |
| DATETIME | recurrence\_start\_at             |                                                                       |
| DATETIME | recurrence\_end\_at               |                                                                       |
| STRING   | recurrence\_interval\_type        |                                                                       |
| INTEGER  | recurrence\_interval              |                                                                       |
| BOOLEAN  | recurrence\_weekday\_only         |                                                                       |
| INTEGER  | recurrence\_day\_of\_month        |                                                                       |
| STRING   | recurrence\_day\_of\_week         |                                                                       |
| INTEGER  | recurrence\_week\_of\_month       |                                                                       |
| INTEGER  | smart\_list\_id                   |                                                                       |
| STRING   | status                            |                                                                       |
| INTEGER  | count\_sends                      | Count of total sends from related email sends.                        |
| 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.                 |
| INTEGER  | count\_unique\_opens              | Count of unique opens from related email sends.                       |
| INTEGER  | count\_unique\_clicks             | Count of unique clicks from related email sends.                      |


---

# 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-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.
