Skip to content

Commit d4c63b6

Browse files
authored
minor changes
1 parent 472d2f0 commit d4c63b6

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

src/connections/destinations/catalog/actions-reddit-conversions-api/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: 66cc766ef4b1c152177239a0
55

66
{% include content/plan-grid.md name="actions" %}
77

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 that is more resilient to signal loss, you can gain stronger campaign performance with improved measurement, targeting, and optimization.
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.
99

1010
### Benefits of Reddit Conversions API
1111

@@ -14,7 +14,7 @@ The [<Reddit Conversions API>](https://business.reddithelp.com/helpcenter/s/arti
1414
- **Streamlined stability and security**: Integrate and iterate without client-side limitations, like network connectivity or ad blocker issues.
1515
- **Privacy-focused**: Stay compliant with rapidly evolving requirements with automatic PII hashing and flexible controls that let you adapt what data you share.
1616
- **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 it is hashed 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"}.
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"}.
1818

1919
This destination is maintained by Reddit. For any issues with the destination, [contact their Support team](mailto:[email protected]).
2020

@@ -24,15 +24,15 @@ This destination is maintained by Reddit. For any issues with the destination, [
2424
1. From the Segment web app, click **Catalog**, then click **Destinations**.
2525
2. Search for “Reddit Conversions API” in the Destinations Catalog, and select the destination.
2626
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.
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**.
2828
5. Follow the steps in the Destinations Actions documentation on [Customizing mappings](https://segment.com/docs/connections/destinations/actions/#customize-mappings){:target="_blank"}.
2929

3030

3131
{% include components/actions-fields.html %}
3232

3333
## Attribution Signal Matching
3434

35-
At least one attribution signal is required with each conversion event. It is recommended to send as many signals as possible to improve attribution accuracy and performance.
35+
At least one attribution signal is required with each conversion event. Send as many signals as possible to improve attribution accuracy and performance.
3636

3737
- **Recommended Signals**:
3838
- Reddit Click ID
@@ -48,7 +48,7 @@ At least one attribution signal is required with each conversion event. It is re
4848

4949
## PII Hashing
5050

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"} in order to properly match.
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.
5252

5353
- Email
5454
- Mobile Advertising ID
@@ -59,7 +59,7 @@ Segment creates a SHA-256 hash of the following fields before sending to Reddit.
5959

6060
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.
6161

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 we recommend this method since there’s less risk of incorrect integration, which can impact our attribution accuracy.
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.
6363

6464
To ensure your events are deduplicated:
6565
- 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.
@@ -70,4 +70,4 @@ For more information on deduplication, see the [Reddit Event Deduplication docum
7070

7171
## Verify Events in the Reddit Events Manager
7272

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"}.
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)