# Ad Reporting: Ad Report

## Description

* Each record represents daily metrics by ad, ad group, campaign and account.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/amazon_ads/resources/amazon-ads-logo.svg" alt="" data-size="line"> Amazon Ads
* <img src="https://fivetran.com/integrations/facebook/resources/facebook.svg" alt="" data-size="line"> Facebook Ads
* <img src="https://fivetran.com/integrations/tiktok_ads/resources/tiktok-logo.svg" alt="" data-size="line"> Tiktok Ads
* <img src="https://fivetran.com/integrations/apple_search_ads/resources/apple_search_ads.svg" alt="" data-size="line"> Apple Search Ads
* <img src="https://fivetran.com/integrations/twitter/resources/twitter_ads.svg" alt="" data-size="line"> Twitter Ads
* <img src="https://fivetran.com/integrations/snapchat_ads/resources/snapchat.png" alt="" data-size="line"> Snapchat Ads
* <img src="https://fivetran.com/integrations/linkedin/resources/linkedin_ads.svg" alt="" data-size="line"> LinkedIn Ad Analytics
* <img src="https://fivetran.com/integrations/reddit/resources/reddit.svg" alt="" data-size="line"> Reddit Ads
* <img src="https://fivetran.com/integrations/bingads/resources/bingads.svg" alt="" data-size="line"> Microsoft Advertising
* <img src="https://fivetran.com/integrations/google_ads/resources/google-ads.svg" alt="" data-size="line"> Google Ads
* <img src="https://fivetran.com/integrations/pinterest/resources/pinterest-ads.svg" alt="" data-size="line"> Pinterest 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 report.                                                                                |
| STRING  | platform         | The ad platform associated with this record.                                                           |
| STRING  | account\_id      | The ID representing the account.                                                                       |
| STRING  | account\_name    | The name of the account, if present in the source data.                                                |
| STRING  | campaign\_id     | The ID representing the campaign, if present in the source data.                                       |
| STRING  | campaign\_name   | The name of the campaign, if present in the source data.                                               |
| STRING  | ad\_group\_id    | The ID representing the ad group, if present in the source data.                                       |
| STRING  | ad\_group\_name  | The name of the ad group, if present in the source data.                                               |
| STRING  | ad\_id           | The ID representing the ad, if present in the source data.                                             |
| STRING  | ad\_name         | The name of the ad, if present in the source data.                                                     |
| INTEGER | clicks           | The count of clicks.                                                                                   |
| INTEGER | impressions      | The count of impressions.                                                                              |
| DECIMAL | spend            | The cost of the ads.                                                                                   |


---

# 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/ad-reporting-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.
