Tracking facebook pixel on a page and form confirmation dialog

  • 12 January 2017
  • 1 reply
  • 18 views

Hi
I want to use facebook pixel to track a page view, and track conversion when a form is filled.
I’ve placed my pixel code (pageview) on the page’s script manager, and my conversion pixel codeon the form confirmation box.
the thing is, the pageview code (which installed only on the page script manager) fires twice, when a form is filled.
to be exact, when a form is filled, the conversion pixel fires, but also the pageview pixel fires (after it already fired when the page loaded).
any advice…?


1 reply

Userlevel 7
Badge +4

It is normal for the “page view” event to fire on all pages, even confirmation pages. Facebook instructs you to simply add the conversion event (lead, etc.) to the confirmation page code, in addition to the standard “page view” base code.

So it sounds like things are working properly.

Reply