# Facebook Ads: Ad Set Report

## Description

* Each record represents the daily performance of a Facebook ad set.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/facebook/resources/facebook.svg" alt="" data-size="line"> Facebook 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         | The date of the performance.                                                                           |
| INTEGER  | account\_id       | The ID of the related account.                                                                         |
| STRING   | account\_name     | The name of the related account.                                                                       |
| INTEGER  | campaign\_id      | The ID of the related campaign.                                                                        |
| STRING   | campaign\_name    | The name of the related campaign.                                                                      |
| INTEGER  | ad\_set\_id       | The ID of the related ad set.                                                                          |
| STRING   | ad\_set\_name     | The name of the related ad set.                                                                        |
| DATETIME | start\_at         |                                                                                                        |
| DATETIME | end\_at           |                                                                                                        |
| STRING   | bid\_strategy     |                                                                                                        |
| INTEGER  | daily\_budget     |                                                                                                        |
| INTEGER  | budget\_remaining |                                                                                                        |
| INTEGER  | clicks            | The number of clicks the ad had on the given day.                                                      |
| INTEGER  | impressions       | The number of impressions the ad had on the given day.                                                 |
| DECIMAL  | spend             | The spend on the ad in the given day.                                                                  |


---

# 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/facebook-ads-ad-set-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.
