Where to put a Facebook Pixel on a Landing Page | Community
Skip to main content
New Participant
February 4, 2021
Solved

Where to put a Facebook Pixel on a Landing Page

  • February 4, 2021
  • 1 reply
  • 2685 views

I've been asked to put a Facebook pixel on a Landing Page. Can someone tell me where to put it? I found one post asking about this from 2019 but it was unanswered.

 

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Hi Denise,

What FB calls a "pixel" these days, AFAIK, is a short JS embed code (which in fairness loads a pixel under the hood, but it's not just an <img> tag). Depending on what you're trying to log, it would go in the document's <head> or in your form's onSuccess callback.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 4, 2021

Hi Denise,

What FB calls a "pixel" these days, AFAIK, is a short JS embed code (which in fairness loads a pixel under the hood, but it's not just an <img> tag). Depending on what you're trying to log, it would go in the document's <head> or in your form's onSuccess callback.

New Participant
February 4, 2021

Thank you, Sandy!