Reddit Ads
Send conversion events to Reddit via the Conversions API for campaign attribution, audience measurement, and ad delivery optimisation.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
account_id | string | Yes | Your Reddit Ads account ID. Found in Reddit Ads Manager under Account Settings. |
pixel_id | string | Yes | Your Reddit Pixel ID. Found in Reddit Ads Manager under Events Manager > Pixel Setup. |
access_token | secret | Yes | Reddit Ads API access token with conversions scope. Generate via the Reddit developer portal. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Reddit Ads or filter by Advertising.
- Click Install, select a variant if available, and fill in the required fields.
- Click Install Integration to create the integration with a ready-to-use default configuration.
API Setup
curl -X POST http://localhost:8084/v1/admin/integration-catalog/reddit/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Reddit Ads",
"variant": "default",
"config": {
"account_id": "t2_abc123",
"pixel_id": "t2_pixel_abc123",
"access_token": "eyJhbGciOi..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Reddit Ads API. No client-side scripts are loaded for this integration.
Visit Reddit Ads documentation for full API documentation and credential setup instructions.