Someone clicks your ad, lands on Fanvue, and subscribes three hours later. Meta never finds out. EvlPixel closes that loop — deterministically, in real time, for the whole lifetime of every fan you buy.
ad click ─→ /r/abc1234 fbclid, ip, user-agent captured
─→ fanvue.com/creator?fvc=…&metadata[fvp_cid]=c8k2m9x
─→ fan subscribes
─→ webhook: tracking.metadata.fvp_cid = c8k2m9x
─→ Meta CAPI: Subscribe $9.99 predicted_ltv $175.00The click happens on your domain. The conversion happens on Fanvue’s. Nothing links them — and Fanvue never exposes a fan’s email, so the usual trick of hashing it on both sides is off the table.
You can see fbclid, IP address, user-agent and UTM parameters.
You cannot see who they become.
A webhook naming a fan UUID and an amount. No click id, no email, nothing tying it back to an ad.
Fanvue’s tracking links accept arbitrary per-impression metadata and echo it back on the conversion webhook. EvlPixel stamps its click id on the way out and reads it back on the way in — a real join through a third party, not a guess.
Your click id round-trips through Fanvue’s own tracking links and comes back on the conversion webhook. Not an IP-and-timestamp guess.
Attribution sticks to the fan. Every renewal, unlock and tip for months afterwards stays credited to the ad that brought them.
Fanvue pushes signed webhooks the moment something happens. Events reach Meta in seconds, with retries and an outbox behind them.
Subscribers, renewals, purchases, tips and message milestones — each to a Meta standard event you choose, with value and currency.
Meta tokens and Fanvue OAuth secrets are AES-256-GCM envelopes. A database dump alone cannot impersonate anyone.
One Cloudflare Worker. No servers, no queues to babysit, and a redirect fast enough that nobody notices it.
Four steps. No servers, no SDK to install, nothing to deploy on your side.
Authorise a creator account over OAuth. Webhooks register themselves, and the signing secret is stored encrypted.
Pixel ID and a Conversions API token. Send a test event and confirm Meta accepts it before a cent of spend goes out.
Each link is backed by a native Fanvue tracking link. That backing is what carries the click id across the boundary.
Conversions appear with the attribution tier that matched them, and what Meta said when it received them.
Connect a creator, add a pixel, and see where the money actually comes from.