Reddit Ads

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
application_idstringfalsefalse
client_secretstringfalsefalse
oauth_refresh_tokenstringfalsefalse
connected_userstringfalsetrue
accountsarrayfalsefalse
pixel_idstringRequired if syncing conversion events to Reddit Ads.falsefalse

Example

1{
2 "name": "Reddit Ads connection",
3 "type": "reddit",
4 "configuration": {
5 "accounts": [
6 {
7 "label": "",
8 "value": ""
9 }
10 ],
11 "application_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds",
12 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
13 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
14 "pixel_id": ""
15 }
16}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObject Accepted Values: ad_account_history, ad_group, ad, campaign, custom_audience, lead_gen_form, profile, carrier, community, geolocation, device, time_zone, conversionstruefalse

Example

1{
2 ...
3 "configuration": {
4 "object": "people"
5 }
6}

Target

Reddit Ads connections may be used as the destination in a model sync.