# Reddit Ads: Ad Report

## Description

* Each record in this table represents the daily number of clicks, impressions, and spend per ad, along with account, campaign, ad group, and post information.

## Supported Data Sources

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

## Columns

| Type    | Name             | Description                                                                                            |
| ------- | ---------------- | ------------------------------------------------------------------------------------------------------ |
| STRING  | source\_relation | The source of the record if the unioning functionality is being used. If not this field will be empty. |
| DATE    | date\_day        | YYYY-MM-DD formatted date                                                                              |
| STRING  | ad\_id           | The ID of the ad.                                                                                      |
| STRING  | ad\_name         | Name of ad.                                                                                            |
| STRING  | account\_id      | The ID of the account.                                                                                 |
| STRING  | campaign\_name   | Name of campaign.                                                                                      |
| STRING  | campaign\_id     | The ID of the campaign.                                                                                |
| STRING  | ad\_group\_name  | Name of ad group.                                                                                      |
| STRING  | ad\_group\_id    | The ID of the ad group.                                                                                |
| STRING  | currency         | The currency this account uses (ISO-4217)                                                              |
| STRING  | post\_id         | The ID of the post.                                                                                    |
| INTEGER | clicks           | The number of clicks detected for this report period                                                   |
| INTEGER | impressions      | The number of impressions served for this report period                                                |
| INTEGER | spend            | Spend converted out of microcurrency (so Spend/1,000,000)                                              |


---

# 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/reddit-ads-ad-report.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.
