# Google Ads: Ad Report

## Description

* Each record in this table represents the daily performance at the ad level.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/google_ads/resources/google-ads.svg" alt="" data-size="line"> Google Ads

## Columns

| Type | Name                | Description                                                                                            |
| ---- | ------------------- | ------------------------------------------------------------------------------------------------------ |
|      | date\_day           | The date being reported on.                                                                            |
|      | account\_name       | The descriptive name of the Customer account.                                                          |
|      | account\_id         | The Customer ID.                                                                                       |
|      | currency\_code      | The currency which the account uses.                                                                   |
|      | campaign\_name      | The name of the Campaign.                                                                              |
|      | campaign\_id        | The ID of the Campaign.                                                                                |
|      | ad\_group\_name     | The name of the AdGroup.                                                                               |
|      | ad\_group\_id       | The ID of the AdGroup.                                                                                 |
|      | ad\_id              | The unique identifier of the ad.                                                                       |
|      | display\_url        | The url which is displayed with the ad.                                                                |
|      | source\_final\_urls | The final urls that are used within the ad.                                                            |
|      | ad\_status          | The status of the ad.                                                                                  |
|      | ad\_type            | The type of the ad that is being served.                                                               |
|      | spend               | The sum of your cost-per-click (CPC) and cost-per-thousand impressions (CPM) costs during this period. |
|      | clicks              | The number of clicks.                                                                                  |
|      | impressions         | Count of how often your ad has appeared on a search results page or website on the Google Network.     |


---

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