-
Website
-
3min Explainer Walkthrough
- Generate a Design
-
Page Management
-
Page Editing
-
Form Builder
- Updating Your Navigation Menu
- Creating Page Redirectors
- Posts Management
-
Search Engine Optimization (SEO)
- Setting Up Google Marketing Tools
- Setting Up Meta Pixel & E-commerce Tracking
- Setting Up Microsoft Marketing Tools
- Setting Up Reddit Pixel and E-commerce Tracking
- Setting Up Linkedin Insight Tag
- Optimizing Images For Web
-
Analytics
- Third Party Embed Code
- Special Files
-
3min Explainer Walkthrough
- Contacts
-
Marketing
-
Email Marketing
-
Automation
- SMS Marketing
-
Events Management
- Connecting Social Media
- Complying With Spam Laws (Australia)
- Changing Your Sender E-mail Address
- Change Links After Email Sent
-
Email Marketing
- Commerce
- Apps
-
Settings and Config
- Going Live
- Billing
- Domain Health Checker
- Managing Administrators
- Registering a Domain Name
- Changing Your Domain Name
- The Role of DNS Records Explained
- Backing Up Your Website
- Choosing an E-mail Host
- Hosting Email With Oncord
- Setting Up Gmail Hosting
- Setting Up Microsoft 365 E-mail Hosting
- Setting Up Sub Domains
- Hosting a Sub-Site
- Changes
- Setting Up Reddit Pixel And Conversion Events Manually
- Website
-
-
3min Explainer Walkthrough
- Generate a Design
-
Page Management
-
Page Editing
-
Form Builder
- Updating Your Navigation Menu
- Creating Page Redirectors
- Posts Management
-
Search Engine Optimization (SEO)
- Setting Up Google Marketing Tools
- Setting Up Meta Pixel & E-commerce Tracking
- Setting Up Microsoft Marketing Tools
- Setting Up Reddit Pixel and E-commerce Tracking
- Setting Up Linkedin Insight Tag
- Optimizing Images For Web
-
Analytics
- Third Party Embed Code
- Special Files
-
3min Explainer Walkthrough
- Contacts
- Marketing
- Commerce
- Apps
- Settings and Config
Setting Up Reddit Pixel and Conversion Events Manually
The Reddit Pixel is a tracking script used to measure visitor activity and conversions from Reddit Ads. Conversion events allow Reddit to track actions on your website, such as lead form submissions, sign-ups, purchases, and other important interactions.
This article explains how to manually install the Reddit Pixel and configure conversion events in Oncord.
Alternatively, you can refer to our article about Setting up Reddit Pixel and Conversion Events using Google Tag Manager.
Before getting started, make sure you have already set up your Reddit Business account.
Copy The Reddit Pixel Code
- Log in to your Reddit Business account.
- Go to Dashboard > Events Manager > Events Overview.
- Click Configure Data Source in the top-right corner.
- Select Reddit Pixel.
- Choose Set Up Manually.
In the Set Up Reddit Pixel window:
- Click Next.
- Continue to the Install the Pixel step.
- Click Copy to Clipboard in the Step 2: Copy the Pixel Code section.
Install the Reddit Pixel Code Into Oncord
When code needs to appear across all pages of your website, it should be added to your website design theme.
- Go to Dashboard > Website > Designs.
- Select the design you want to edit.
- Click SOURCE in the left menu to open the design source code.
- Paste the Reddit Pixel code just before the closing </head> tag.
- Click Save in the top-left corner of the screen.
Complete The Reddit Setup
- Return to the Reddit Install the Pixel page.
- Click Next.
- Enable or disable Auto-Advanced Matching Active depending on your requirements.
- Click Next until the setup is complete.
Note: It can take up to 24 hours for Reddit to begin collecting tracking data.
Setting Up Conversion Events
In most cases, a conversion is recorded after a visitor submits a form or completes a sign-up process. It is recommended to redirect visitors to a dedicated success page after the action is completed, as this makes conversion tracking easier to configure.
In this example, the standard Lead conversion event will be used.
The Reddit standard tracking code for a Lead event is:
</>JavaScript
rdt('track', 'Lead');
For a full list of standard Reddit conversion events and tracking codes, see: Manual
Conversion Events With The Reddit Pixel.
Add The Conversion Event Code To The Success Page
- Open the editor for your success page.
- Click SOURCE in the left menu.
- Open the JS tab.
- Add the following code: rdt('track', 'Lead');
- Click Save.
Test The Conversion Event
- Refresh the success page in your browser.
- Open the Reddit Pixel Helper extension.
You should now see the Lead event being detected.
You can also use Reddit Event Testing to confirm that the event is firing correctly.