integration recipe · TypeformMeta

Send Typeform form submissions to Meta, server-side.

A Typeform form submission happens off your page, where no pixel fires. Point Typeform at a TracerKit webhook and it reaches Meta's Conversions API with the visitor's click ids and hashed email — no code, and verified end to end.

Free sweep — see your server-side readiness before you connect anything. Or start free →

What lands in MetaConversions API
eventform_submitted
emsha256 · hashed before storage
phsha256 · when the tool has it
fbcfrom the landing visit
fbpfrom the landing visit
event_ididempotency + pixel dedupe
ip / uafor match quality, never on events

Raw email and phone are hashed before anything is stored. IP and user agent ride only the delivery, never the event log.

set it up

Three steps. No deploy.

1

Create the webhook in TracerKit

On your site's page in the dashboard, add a conversion webhook with the Typeform preset. You get a URL once — it's the only credential, and only its hash is stored.

2

Paste it into Typeform

In the form's Connect → Webhooks panel, add a webhook and paste your TracerKit URL. Typeform sends form_response events; everything else is ignored.

3

Connect Meta with server-side forwarding on

Add Meta as a destination with a Conversions API access token from Events Manager, plus your ad account and pixel ids, and turn on server-side forwarding. From the next form_submitted onward, every conversion is enqueued to Meta's Conversions API.

join the visitor

Add a hidden field named tk_aid and pass the visitor's TracerKit id into it (the loader exposes it as tracerkit.anonymousId, so ?tk_aid=… on the form link does it). That joins the submission to the visitor's click ids directly instead of by email.

Sites that enforce per-field consent skip this join: the conversion then carries only what Typeform sent, with no click ids from the visit.

sign the webhook

Set a secret in the same Typeform webhook panel and paste it into the hook. TracerKit verifies the Typeform-Signature header on every delivery. Until a secret is set, the unguessable URL is the only credential.

why server-side

Meta can only optimise on what it receives.

It arrives even when the pixel didn't fire.

The conversion comes from Typeform's servers, so blockers, ITP and a visitor who closed the tab before the thank-you page loaded don't lose it.

It matches to a real visit.

Meta scores each event on match quality: hashed email and phone plus the fbc click id and fbp browser id from the landing hit lift it from anonymous to attributable.

It's counted once.

The server event carries the same event id as the browser pixel fire, so Meta counts one conversion, not two.

You can prove it happened.

Most tools stop at "sent". TracerKit records each delivery's outcome and reconciles what it observed against what Meta reports, so a silent break shows up as drift, not as a bad quarter.

questions

Asked and answered.

Do I need a developer?+

No. Creating the webhook and pasting the URL into Typeform is the whole install. Threading the visitor id through is one optional line if you want direct click-id matching instead of email matching.

Will this double count against my Meta pixel?+

The server event carries the same event id as the browser pixel fire, so Meta counts one conversion, not two.

What if the visitor blocked the pixel?+

That's the point of server-side. The Typeform conversion arrives from Typeform's servers, not the visitor's browser, so ad blockers and ITP never see it. TracerKit matches it back to the visitor's landing visit by the hashed email or the visitor id you threaded through.

How do I know it's working?+

Each webhook shows when it last received a delivery, every forwarded event shows its delivery status per destination, and reconciliation compares what TracerKit observed against what Meta reports — so drift is a number you see, not a hunch.

What does it cost?+

Server-side forwarding is on the Server-side tier at a flat monthly price per site. There is no per-conversion metering, so a busy checkout day never becomes a surprise bill.

Every Typeform form submission, in the light.

Tag management is free forever. Server-side forwarding starts with a 14-day trial — no card, no per-conversion metering.