Skip to content

Commit 15fde63

Browse files
authored
Casing/ backtick fix, added Reddit ads link, minor formatting
1 parent ba40e23 commit 15fde63

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/connections/destinations/catalog/actions-webhook-extensible/reddit-ads-conversion-api-integration-recipe.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reddit Ads Conversion API Integration Recipe
33
---
44

5-
This recipe will guide you through setting up a custom destination for Reddit Ads Conversion API using Segment’s Extensible Webhooks feature. By following these steps, you can integrate your data source with Reddit Ads Conversion API without writing any code.
5+
This recipe will guide you through setting up a custom destination for [Reddit Ads Conversion API](https://ads.reddit.com/){:target="_blank"} using Segment’s [Extensible Webhooks](https://segment.com/docs/connections/destinations/catalog/actions-webhook-extensible/){:target="_blank"} feature. By following these steps, you can integrate your data source with Reddit Ads Conversion API without writing any code.
66

77
## Prerequisites
88

@@ -15,10 +15,10 @@ To integrate Reddit Ads Conversion with Segment, ensure you have the following:
1515

1616
## Getting started
1717

18-
### 1. Navigate to the Extensible Webhook destination
18+
### 1. Navigate to the Extensible Webhooks destination
1919

2020
1. In your Segment workspace, go to **Catalog** > **Destinations**.
21-
2. Use the search bar to search for **Extensible Webhook** and select **Add destination**.
21+
2. Use the search bar to search for "Extensible Webhook" and select **Add destination**.
2222

2323
### 2. Select the data source
2424

@@ -48,13 +48,13 @@ The conversion access token provides a bearer token that can be added to the hea
4848
2. Select **Conversions API**.
4949
3. Click **Generate Access Token** to generate your token. Copy and make a note of it.
5050

51-
Once you have the conversion token, go back to your destination in your Segment workspace. In **Settings**, go to **Authorization Settings** and select No Auth as the authentication method.
51+
Once you have the conversion token, go back to your destination in your Segment workspace. In Settings, go to Authorization Settings and select **No Auth** as the authentication method.
5252

5353
### 5. Perform data mapping
5454

5555
#### Data transformation
5656

57-
The Reddit Conversion API expects data in a nested format. To format the payload correctly, you will need to write an insert function that appends a new property, for example `body`.
57+
The Reddit Conversion API expects data in a nested format. To format the payload correctly, you will need to write an insert function that appends a new property, for example "body".
5858

5959
This will have the following structure:
6060

@@ -126,14 +126,14 @@ It’s also recommended that you include the `email`, `ip_address`, `uuid`, and
126126

127127
To map data from your destination to Reddit Ads:
128128

129-
1. Create a new mapping in the **Mappings** tab, select the **Send** action.
129+
1. Create a new mapping in the Mappings tab, select the **Send** action.
130130
2. Define the event trigger by selecting the events you want to send to Reddit Ads Conversion API using the Event name filters.
131-
3. (Optional) Add enrichment entities as necessary.
131+
3. (Optional) Add enrichment entities as needed.
132132
4. Fill out mapping fields:
133-
1. To specify the URL, go to your Reddit Ads account, navigate to **Pixel configuration** to find your Pixel ID. The format of the URL should be https://ads-api.reddit.com/api/v2.0/conversions/events/{{YOURPICEL_ID}}
134-
2. Specify the headers.
135-
- Set up Authorization using the Bearer Token generated in the previous step.
136-
- Specify the Content Type that the Conversion API expects.
133+
1. To specify the URL, go to your Reddit Ads account, navigate to **Pixel configuration** to find your Pixel ID. The format of the URL should be `https://ads-api.reddit.com/api/v2.0/conversions/events/{{YOURPIXEL_ID}}`, with your pixel ID being at the end of the URL.
134+
2. Specify the headers:
135+
- Set up Authorization using the bearer token generated in the previous step.
136+
- Specify the content type that the Conversion API expects.
137137
5. Use the mapping interface and search for the “body” parameter that was created in the insert function to select the transformed object that can be sent as the event body.
138138
6. Turn off batching for this operation.
139139

0 commit comments

Comments
 (0)