Skip to main content
Question

How to Fire Meta/Facebook pixel based on a specific answer (not on all submissions)

  • January 22, 2026
  • 2 replies
  • 56 views

I’m building a Typeform that asks businesses about their monthly revenue.

I only want to fire the Meta/Facebook pixel if someone selects an answer above a certain revenue threshold (for example: “$50k+/month”).

I do not want to block or disqualify people who are below that number. I want everyone to still be able to submit the form.

The goal is:
• Keep the form open to all
• But only send a pixel event to Meta when the user indicates they are above X revenue
• So Facebook can learn who my ideal customer is

I know how to fire a pixel on full submission, but that’s not what I want.

Is there a way to trigger a Meta/Facebook pixel event based on a specific answer choice or condition, while still allowing all other submissions?

Thanks in advance.

2 replies

Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • February 13, 2026

Hey ​@zandxr so sorry you haven’t had an answer to your question yet!

It’s my understanding that the Facebook Pixel only tracks when someone has opened, started and submitted the form. I don’t think there’s a way to track a specific answer.

Would tagging in Typeform work instead? It would show up in your Typeform account and allow you to filter respondents based on answers.


jasmine.howard
Typeform

Hi, ​@zandxr ! In case you’re still pursuing this, I had an idea for you. It’s a slight workaround, but satisfies your requirement of only firing the pixel for your potential high-value leads:

  • Create Form A - contains the question about revenue
    • If revenue is above the threshold, branch to redirect to another form (Form B)
    • If revenue is under the threshold, carry on remainder of Form A
  • Create Form B - only for high revenue respondents
    • Use UTMs to pass the previous data over
    • Connect the Meta pixel to this form completion

This help guide covers the use case of passing data between forms with URL parameters: https://help.typeform.com/hc/en-us/articles/360056599471-Pass-information-from-one-form-to-another

Now, doing this across two forms might make managing your lead list a bit annoying, UNLESS you map both forms into Contacts for a unified view. 👍