> For the complete documentation index, see [llms.txt](https://docs.roivenue.com/roivenue-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roivenue.com/roivenue-resources/roivenue-connectors/google-ads-customization/google-ads-supported-columns.md).

# Googlue Ads - Supported Columns

We listed only the most used dimensions. You can explore all of them in this file.

{% file src="/files/-MeGPvNyiQwkx2HCr-ou" %}
Google Ads Supported Columns
{% endfile %}

{% hint style="info" %}
**Note:** If you don't find your column among our supported columns, feel free to ask us on <support@roivenue.com>, if we can't support other columns important for your business. **Mostly the limitation isn't, because of us, but because with more columns, the complexity of the query begin to rise, but almost nothing is impossible! :)**
{% endhint %}

## ADGROUP\_PERFORMANCE\_REPORT

### Active View avg. CPM

| **Data Type** | **Semantic Type** | Concept Type | **Source**    |
| ------------- | ----------------- | ------------ | ------------- |
| Decimal       | Money             | Metric       | ActiveViewCpm |

### Active View viewable CTR

| **Data Type** | **Semantic Type** | Concept Type | **Source**    |
| ------------- | ----------------- | ------------ | ------------- |
| Double        | Metric            | Metric       | ActiveViewCtr |

### Avg. Cost

| **Data Type** | **Semantic Type** | Concept Type | **Source**  |
| ------------- | ----------------- | ------------ | ----------- |
| Decimal       | Money             | Metric       | AverageCost |

### Avg. CPC

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| Decimal       | Money             | Metric       | AverageCpc |

### Clicks

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| Long          | metric            | metric       | Clicks     |

### Conversion Rate

| **Data Type** | **Semantic Type** | Concept Type | **Source**     |
| ------------- | ----------------- | ------------ | -------------- |
| Double        | Ratio             | Metric       | ConversionRate |

### Cost

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| Decimal       | Money             | Metric       | Cost       |

### Network

| **Data Type** | **Semantic Type** | Concept Type | **Source**     |
| ------------- | ----------------- | ------------ | -------------- |
| Enum          | dimension         | dimension    | AdNetworkType1 |

### CTR

| **Data Type** | **Semantic Type** | Concept Type | **Source**    |
| ------------- | ----------------- | ------------ | ------------- |
| Double        | metric            | metric       | ActiveViewCpm |

### Day

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| DateTime      | Date              | Dimension    | Date       |

### Device

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| Enum          | Dimension         | Dimension    | Device     |

### Impressions

| **Data Type** | **Semantic Type** | Concept Type | **Source**  |
| ------------- | ----------------- | ------------ | ----------- |
| long          | metric            | Metric       | Impressions |

### Views

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| Long          | metric            | Metric       | VideoViews |

### Cost per Conversion

| **Data Type** | **Semantic Type** | Concept Type | **Source**        |
| ------------- | ----------------- | ------------ | ----------------- |
| Decimal       | Money             | Metric       | CostPerConversion |

### Customer ID

| **Data Type** | **Semantic Type** | Concept Type | **Source**        |
| ------------- | ----------------- | ------------ | ----------------- |
| enum          | dimension         | dimension    | ExternalCustmorId |

### Interactions

| **Data Type** | **Semantic Type** | Concept Type | **Source**   |
| ------------- | ----------------- | ------------ | ------------ |
| Long          | metric            | metric       | Interactions |

### Value per Conversion

| **Data Type** | **Semantic Type** | Concept Type | **Source**         |
| ------------- | ----------------- | ------------ | ------------------ |
| Double        | Metric            | Metric       | ValuePerConversion |

### Bounce Rate

| **Data Type** | **Semantic Type** | Concept Type | **Source** |
| ------------- | ----------------- | ------------ | ---------- |
| Duble         | Ratio             | Metric       | BounceRate |

### Campaign

| **Data Type** | **Semantic Type** | Concept Type | **Source**   |
| ------------- | ----------------- | ------------ | ------------ |
| string        | dimension         | dimension    | CampaignName |

### Ad Group

| **Data Type** | **Semantic Type** | Concept Type | **Source**  |
| ------------- | ----------------- | ------------ | ----------- |
| string        | dimension         | dimension    | AdGroupName |

### Account

| **Data Type** | **Semantic Type** | Concept Type | **Source**             |
| ------------- | ----------------- | ------------ | ---------------------- |
| string        | dimension         | dimension    | AccountDescriptiveName |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roivenue.com/roivenue-resources/roivenue-connectors/google-ads-customization/google-ads-supported-columns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
