> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/ppc/reddit-ads/faq.md).

# FAQ

<details>

<summary>Can I pull data from multiple Reddit Ads accounts in one data flow?</summary>

Yes. Enter all the ad account IDs you want in the **Ad accounts** parameter when setting up your source. If you prefer to keep them as separate sources, you can add multiple Reddit Ads sources to one data flow and use the **Append** transformation to combine them into a single output table.

</details>

<details>

<summary>How far back can I pull Campaign performance (daily) data?</summary>

This depends on what Reddit Ads exposes through its API. In practice, you can typically pull several months of historical daily data. If you're building a long-term historical archive, it's safer to pull data in monthly chunks rather than one large request, to avoid hitting rate limits.

</details>

<details>

<summary>Why do the Campaigns, Ad groups, and Ads entities not have date range settings?</summary>

Those entities return the current state of your account configuration — they're a snapshot of what exists now. Date range filtering only applies to the **Campaign performance (daily)** entity, which is a time-series report. If you need historical performance data, that's the entity to use.

</details>

<details>

<summary>Where do I find my Reddit Ads API key?</summary>

Log into your Reddit Ads account and navigate to the developer or API settings section. From there you can generate a new API key. Make sure to copy the full key immediately after generating it — Reddit Ads typically only shows it once. Paste it into the authentication field when setting up your Coupler.io data flow.

</details>

<details>

<summary>Can I combine Reddit Ads data with other ad platforms in the same report?</summary>

Yes. Coupler.io supports the **Append** transformation, which lets you combine rows from different sources — for example, Reddit Ads and Google Ads — into one unified table. Make sure column names are consistent across sources (e.g., use the same label for "spend" or "impressions") for clean appending.

</details>

<details>

<summary>Can I send Reddit Ads data to an AI tool instead of a spreadsheet?</summary>

Absolutely. Coupler.io supports AI destinations including ChatGPT, Claude, Gemini, Cursor, Perplexity, and OpenClaw. You can route your campaign performance data directly to any of these for automated analysis, summaries, or anomaly detection.

</details>

<details>

<summary>Why are my most recent day's numbers lower than what I see in Reddit Ads?</summary>

Reddit Ads reporting has up to a 24-hour processing delay, and data for the last 1-2 days is often revised after initial ingestion. If you're seeing lower numbers than expected for recent dates, wait a day and re-run the data flow — the figures should catch up once Reddit finalizes them.

</details>

{% hint style="info" %}
For a full breakdown of available fields and metrics, see the [Data Overview](/sources/category/ppc/reddit-ads/data-overview.md) page. If you're running into sync errors or missing data, check [Common Issues](/sources/category/ppc/reddit-ads/common-issues.md).
{% endhint %}


---

# 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.coupler.io/sources/category/ppc/reddit-ads/faq.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.
