Meta Conversion API Proxy
Browser pixel + server-side CAPI. No GTM. No debugging.
Set up Meta tracking in under two minutes.
Already have an account?
The entire integration
<!-- Add to <head> --> <script src="/p.js?k=pk_live_xxx" async></script> <!-- Track events anywhere --> pylon('track', 'Purchase', { value: 99.00 })
Features
Browser pixel + server-side CAPI fire simultaneously with one integration.
SHA256 hashing happens in the browser. Raw user data never reaches our servers.
Same event ID on both channels. Meta deduplicates automatically.
Next.js, Vite, plain HTML — works everywhere with zero config.
Identify users with email, phone, name for higher match quality.
Auto pageview tracking on route changes. History API handled.
Why we built this
We got sick of wiring up the Conversions API for every project. The docs are a mess, AI tools choke on them, and even once you get it working, you're left maintaining server-side hashing, dedup logic, and token management across every app.
Meta offers their own gateway, but it means deploying to their infrastructure, walking through a multi-step setup, and paying ~$40/month. For something that should be a few lines of code.
PixelRelay is a single lean deployment that costs almost nothing to run. We use it across all our own projects and client work, so we built it to be as simple as possible.
Two lines of code. That's all it should take.