# Pardot: Campaigns

## Description

* Each record represents a campaign in Pardot

## Supported Data Sources

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

## Columns

| Type     | Name                           | Description                                                                    |
| -------- | ------------------------------ | ------------------------------------------------------------------------------ |
| INTEGER  | campaign\_id                   | Pardot ID for this campaign                                                    |
| STRING   | campaign\_name                 | Campaign's name                                                                |
| INTEGER  | cost                           | Cost associated to the campaign                                                |
| BOOLEAN  | \_fivetran\_deleted            | Boolean representing whether the record has been deleted in the source system. |
| DATETIME | \_fivetran\_synced             | The timestamp of when a record was last synced by Fivetran.                    |
| INTEGER  | count\_opportunities           | Count of all campaign opportunities                                            |
| INTEGER  | count\_opportunities\_won      | Count of all campaign opportunities won                                        |
| DECIMAL  | sum\_opportunity\_amount\_won  | Sum of all campaign opportunities won                                          |
| INTEGER  | count\_opportunities\_lost     | Count of all campaign opportunities lost                                       |
| DECIMAL  | sum\_opportunity\_amount\_lost | Sum of all campaign opportunities lost                                         |
| INTEGER  | count\_prospects               | Number of prospects associated with the campaign                               |


---

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