Skip to content

Commit 2585a6a

Browse files
authored
Merge pull request #7295 from akhsueh/reddit-capi-docs
Reddit Conversions API Destination Documentation
2 parents 0c7bc99 + d4c63b6 commit 2585a6a

File tree

1 file changed

+73
-0
lines changed
  • src/connections/destinations/catalog/actions-reddit-conversions-api

1 file changed

+73
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: Reddit Conversions API
3+
id: 66cc766ef4b1c152177239a0
4+
---
5+
6+
{% include content/plan-grid.md name="actions" %}
7+
8+
The [Reddit Conversions API](https://business.reddithelp.com/helpcenter/s/article/Conversions-API/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} allows advertisers to send conversion events from Segment directly to Reddit, without needing website code. By building a sustainable server-side connection more resilient to signal loss, you can gain stronger campaign performance with improved measurement, targeting, and optimization.
9+
10+
### Benefits of Reddit Conversions API
11+
12+
- **Clear mapping of data**: Actions-based destinations enable you to define the mapping between the data Segment receives from your source and the data Segment sends to Reddit.
13+
- **Prebuilt mappings**: Mappings for Reddit Standard Events, like Purchase and AddToCart, are prebuilt with the prescribed parameters and is available for customization.
14+
- **Streamlined stability and security**: Integrate and iterate without client-side limitations, like network connectivity or ad blocker issues.
15+
- **Privacy-focused**: Stay compliant with rapidly evolving requirements with automatic PII hashing and flexible controls that let you adapt what data you share.
16+
- **Maximum event measurement**: Capture more events with improved accuracy across different browsers, apps, and devices to get a unified view of your customer’s journey from page view to purchase.
17+
- **Data normalization**: Data is normalized before hashing to ensure the hashed value matches across sources and is in line with [Reddit data requirements](https://business.reddithelp.com/helpcenter/s/article/advanced-matching-for-developers){:target="_blank"}.
18+
19+
This destination is maintained by Reddit. For any issues with the destination, [contact their Support team](mailto:[email protected]).
20+
21+
22+
## Getting started
23+
24+
1. From the Segment web app, click **Catalog**, then click **Destinations**.
25+
2. Search for “Reddit Conversions API” in the Destinations Catalog, and select the destination.
26+
3. Select the source that will send data to the Reddit Conversions API and follow the steps to name your destination.
27+
4. On the Settings tab, enter in your [Reddit Conversion Token](https://business.reddithelp.com/helpcenter/s/article/conversion-access-token){:target="_blank"} and Pixel ID (You can find your pixel ID in the [Events Manager](https://ads.reddit.com/events-manager){:target="_blank"}, and it should match the business account's pixel ID found in [Accounts](https://ads.reddit.com/accounts){:target="_blank"}) and click **Save**.
28+
5. Follow the steps in the Destinations Actions documentation on [Customizing mappings](https://segment.com/docs/connections/destinations/actions/#customize-mappings){:target="_blank"}.
29+
30+
31+
{% include components/actions-fields.html %}
32+
33+
## Attribution Signal Matching
34+
35+
At least one attribution signal is required with each conversion event. Send as many signals as possible to improve attribution accuracy and performance.
36+
37+
- **Recommended Signals**:
38+
- Reddit Click ID
39+
- Reddit UUID
40+
- IP Address
41+
- Email
42+
- User Agent
43+
- Screen Dimensions
44+
45+
- **Additional Signals**:
46+
- Mobile Advertising ID
47+
- External ID
48+
49+
## PII Hashing
50+
51+
Segment creates a SHA-256 hash of the following fields before sending to Reddit. If you hash the values before sending it to Segment, it must follow the hashing format described in the [Reddit Advanced Matching documentation](https://business.reddithelp.com/helpcenter/s/article/advanced-matching-for-developers){:target="_blank"} to properly match.
52+
53+
- Email
54+
- Mobile Advertising ID
55+
- IP Address
56+
- External ID
57+
58+
## Deduplication with the Reddit Pixel
59+
60+
If you implement both the [Reddit Pixel](https://business.reddithelp.com/helpcenter/s/article/reddit-pixel){:target="_blank"} and [Conversions API (CAPI)](https://business.reddithelp.com/helpcenter/s/article/Conversions-API){:target="_blank"} and the same events are shared across both sources, deduplication is necessary to ensure those events aren’t double-counted.
61+
62+
You can pass a unique conversion ID for every distinct event to its corresponding Reddit Pixel and CAPI event. Reddit will determine which events are duplicates based on the conversion ID and the conversion event name. This is the best and most accurate way to ensure proper deduplication, and Reddit recommends this method since there’s less risk of incorrect integration, which can impact attribution accuracy.
63+
64+
To ensure your events are deduplicated:
65+
- Create a unique conversion ID for every distinct event. You can set this as a random number or ID. Similarly, you could set this to the order number when tracking purchase events.
66+
- Include the event in the Reddit Pixel and CAPI.
67+
- Ensure the conversion event name and conversion ID for its corresponding events match.
68+
69+
For more information on deduplication, see the [Reddit Event Deduplication documentation](https://business.reddithelp.com/helpcenter/s/article/event-deduplication){:target="_blank"}.
70+
71+
## Verify Events in the Reddit Events Manager
72+
73+
After you start sending events, you can navigate to the Reddit Events Manager to see if the events are being received in near real-time. For more information, see the [Reddit Events Manager documentation](https://business.reddithelp.com/helpcenter/s/article/Events-Manager){:target="_blank"}.

0 commit comments

Comments
 (0)