• Resolved psodfj

    (@psodfj)


    Hi,
    Are there any special JS code that needs to be embedded to make a form detectable by FB pixel? Right now I have only enable the checkbox “Analytics Tracking” but FB pixel reports only page views and no submissions despite my tests. It’s the form at the bottom of the linked page.

    Am I doing something wrong and how long does it take for FB to update its records in your experience?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kaspars

    (@kasparsd)

    The plugin should auto-detect and trigger the form events similar to how it integrates with the page views. Here is the code it runs for events:

    // Facebook Pixel contact event.
    if ( 'function' === typeof fbq ) {
        fbq( 'track', 'Contact', {
            content_category: eventAction,
            content_name: eventTitle
        } );
    }

    so it relies on the window.fbq being defined by the FB integration script documented here. Is this how your site integrates with FB pixel?

    Thread Starter psodfj

    (@psodfj)

    Thanks for the quick reply @kasparsd ! Yes, that’s how the pixel is integrated. So then only the “Analytics Tracking” checkbox should suffice for the tracking to work, correct?

    Plugin Author Kaspars

    (@kasparsd)

    > So then only the “Analytics Tracking” checkbox should suffice for the tracking to work, correct?

    Yes, correct @psodfj!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Facebook pixel settings’ is closed to new replies.