# Microsoft Ads: Ad Group Report

## Description

* Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad group, campaign, account, device os, device type, network and currency code.

## Supported Data Sources

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

## 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 report.                                                                                                                                 |
| STRING  | account\_name    | The name of the account.                                                                                                                                            |
| INTEGER | account\_id      | The ID of the account.                                                                                                                                              |
| STRING  | campaign\_name   | The name of the campaign.                                                                                                                                           |
| INTEGER | campaign\_id     | The ID of the campaign.                                                                                                                                             |
| STRING  | ad\_group\_name  | The name of the corresponding ad group.                                                                                                                             |
| INTEGER | ad\_group\_id    | The ID of the corresponding ad group.                                                                                                                               |
| STRING  | device\_os       | The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. |
| STRING  | device\_type     | The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'.                             |
| STRING  | network          | The network associated with this record.                                                                                                                            |
| STRING  | currency\_code   | The currency code associated with spend and, if applicable, other metrics associated with currency.                                                                 |
| INTEGER | clicks           | The number of clicks that occurred by the grain of the report.                                                                                                      |
| INTEGER | impressions      | The number of impressions that occurred by the grain of the report.                                                                                                 |
| DECIMAL | spend            | The amount of spend that occurred by the grain of the report.                                                                                                       |


---

# 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/microsoft-ads-ad-group-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.
