Skip to main content

Reddit Pixel Integration

CrowdChange supports Reddit Pixel browser tracking and optional Reddit Conversions API purchase tracking. Once connected, your Reddit Pixel receives PageVisit, AddToCart, and Purchase events. If a Reddit Conversions API access token is configured, CrowdChange also sends completed purchases from the server.

Setup

  1. Go to Admin -> Layout Settings -> Meta & Analytics
  2. Scroll to the Reddit pixel section
  3. Enter your Reddit Pixel ID, for example t2_xxxxxxx
  4. Optional: enter your Reddit ads account ID
  5. Optional: enter your Reddit Conversions API access token
  6. Click Save
The browser Pixel snippet is automatically injected into every page once the Pixel ID is saved. Conversions API tokens are stored as write-only encrypted values; leave the token field blank to keep an existing token.

Tracked Events

PageVisit

Fired automatically on page load and virtual page navigation.

AddToCart

Fired when an item is added to the checkout cart. Example payload

Purchase

Fired when a donor successfully completes a transaction. Example payload

Server-Side Purchase Tracking

When both a Reddit ads account ID and Reddit Conversions API access token are configured, CrowdChange sends a server-side Purchase conversion. Ad-network failures are logged and do not interrupt the donor checkout flow.

Click ID Attribution (rdt_cid)

When a visitor arrives via a Reddit ad, Reddit may append rdt_cid to the URL. CrowdChange captures this value in the browser session and passes it to the server-side conversion as click_id. CrowdChange also reads the _rdt_uuid cookie when present for future server-side attribution support.

Verifying Your Setup

After saving your Pixel ID:
  1. Visit any page on your platform and confirm Reddit Pixel loads from https://www.redditstatic.com/ads/pixel.js
  2. Navigate between pages and confirm PageVisit events fire
  3. Add an item to the cart and confirm AddToCart fires
  4. Complete a test transaction and confirm Purchase fires with the expected value, currency, and conversionId
If you configured Conversions API, verify the server-side purchase in Reddit Ads reporting or diagnostics.

Additional Information

See Reddit Pixel docs and Reddit Conversions API docs for further information.