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!
Solved! Go to Solution.
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.
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.
Thank you, Sandy!