# Reddit Ads: Account Report

## Description

* Each record in this table represents the daily number of clicks, impressions, and spend of ads by account, account timezone, attribution type, and currency.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/reddit/resources/reddit.svg" alt="" data-size="line"> Reddit 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         | YYYY-MM-DD formatted date                                                                                                                                                                                                                                                                                                                                                    |
| STRING  | account\_id       | The ID of the account.                                                                                                                                                                                                                                                                                                                                                       |
| STRING  | currency          | The currency this account uses (ISO-4217)                                                                                                                                                                                                                                                                                                                                    |
| STRING  | attribution\_type | Attribution type: "CLICK\_THROUGH\_CONVERSION", "VIEW\_THROUGH\_CONVERSION", or "ALL\_CONVERSION".CLICK\_THROUGH\_CONVERSION: A user clicked on your ad and then completed the conversion action on your site. VIEW\_THROUGH\_CONVERSION: A user saw your ad and did not click it, but did complete the conversion action on your site.ALL\_CONVERSION: Combination of both. |
| STRING  | status            | The current state of the advertiser. "PENDING\_BILLING", "VALID", "TRUSTED", "ADMIN", "FAILED\_BILLING", "SUSPICIOUS", "SUSPENDED", or "BANNED"                                                                                                                                                                                                                              |
| STRING  | time\_zone\_id    | The time zone id preference for this account                                                                                                                                                                                                                                                                                                                                 |
| INTEGER | clicks            | The number of clicks detected for this report period                                                                                                                                                                                                                                                                                                                         |
| INTEGER | impressions       | The number of impressions served for this report period                                                                                                                                                                                                                                                                                                                      |
| INTEGER | spend             | Spend converted out of microcurrency (so Spend/1,000,000)                                                                                                                                                                                                                                                                                                                    |


---

# 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/reddit-ads-account-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.
