Linking Reddit Ads as a source
Contents
You can sync data from Reddit Ads reports by configuring it as a source in PostHog. The supported reports that can be synced include Ad Groups, Campaigns, Ads, Ad Group Report, Campaign Report, and Ad Report, as described here:
- Ad Groups
- Campaigns
- Ads
- Ad Groups Report: Report broken down by
AD_GROUP_ID - Campaign Report: Report broken down by
CAMPAIGN_ID - Ad Report: Report broken down by
AD_ID
Additional reports will be added based on user feedback we receive via our in-app support form.
Requirements
- A Reddit Ads account with permission to access data from accounts you want to sync.
- Your account ID from the business manager app > Menu > Assets > Ad Accounts > get the ID

Configuring PostHog
Connect PostHog to your Reddit Ads account using a Reddit account. The Reddit account must have permission to access data.
- In PostHog, go to the Data pipelines tab.
- Open the + New drop-down menu in the top-right and select Source.
- Find Reddit Ads in the sources list and click Link.
- Enter the Account ID of the Reddit Ads account you want to sync.
- Select an existing Reddit Ads account, or create a new integration
- (Optional) Add a prefix for the table name.
Configuration
| Option | Type | Required |
|---|---|---|
Reddit Ads Account ID | text | Yes |
Reddit Ads account | oauth | Yes |
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
campaigns | A Reddit Ads campaign grouping ad groups under a shared objective and budget. | Incremental, Full refresh | modified_at | — |
ad_groups | A Reddit Ads ad group within a campaign, defining targeting, bidding, and budget. | Incremental, Full refresh | modified_at | — |
ads | A Reddit Ads ad — the creative shown to users within an ad group. | Incremental, Full refresh | modified_at | — |
campaign_report | Daily aggregated performance metrics broken down by campaign. | Incremental, Full refresh | date | — |
ad_group_report | Daily aggregated performance metrics broken down by ad group. | Incremental, Full refresh | date | — |
ad_report | Daily aggregated performance metrics broken down by ad. | Incremental, Full refresh | date | — |