- Meta Pixel on public fill pages (PageView + conversion on thank-you)
- Conversions API from the server when someone submits (works when browsers block the Pixel)
event_id, so Meta can deduplicate client and server hits.
Setup
1
Open Integrations
In Flex Forms, open Integrations in the left rail and choose Meta (Facebook).
2
Paste Pixel ID
In Events Manager, open your Pixel → Settings → copy Pixel ID into Flex Forms.
3
Generate access token
In the same Settings screen, generate a Conversions API access token and paste it into Flex Forms. Keep it secret — Flex Forms stores it encrypted.
4
Optional test code
While verifying, copy a Test event code from Events Manager → Test events. Remove it before going live.
5
Save and enable
Turn the integration on, save, and confirm the connection test succeeds.
6
Enable per form
In Studio → form settings → Integrations, enable Meta for that form. Choose the event (usually Lead) and whether to send server / client events.
What gets sent
- Server (Conversions API): hashed email and name from the form’s primary identity fields, optional phone field, IP, user agent,
_fbp/_fbccookies when present, and form title. - Client (Pixel):
PageViewon load; standard event (e.g.Lead) on the thank-you screen with matchingeventID.
Tips
- Prefer Lead for contact / demo / quote forms.
- Use a test event code only while debugging.
- Pair with Google Analytics when you need both ad platforms and product analytics.