View Categories

Adding Tracking Pixels to Your Funnel

Overview #

Tracking pixels allow you to measure the effectiveness of your advertising and understand how visitors interact with your funnel. By adding pixels from Facebook, Google, or other platforms, you can track conversions and optimize your ad spend.

Accessing Tracking Pixel Setup #

  1. Navigate to your group page
  2. Click the Marketing tab
  3. Select Funnel Setup
  4. Expand the Advanced: Tracking and Analytics section

Available Tracking Locations #

You can add tracking code to four different pages in your funnel:

1. Global Tracking Pixel #

Code that runs on ALL funnel pages. Use this for:

  • Facebook Pixel base code
  • Google Analytics (GA4) tracking code
  • Any code that should track all page views

2. Lead Page Tracking #

Code that runs only on the lead capture page. Use this for:

  • Page view events specific to lead page
  • Advertising platform view tracking

3. Video Page Tracking #

Code that runs only on the video sales page. Use this for:

  • Tracking video page views
  • Lead event firing (after opt-in)

4. Call Booked Tracking #

Code that runs only on the call booked confirmation page. Use this for:

  • Conversion events
  • Appointment booked tracking
  • ROI measurement

Facebook Pixel Setup #

Step 1: Get Your Pixel Code #

  1. Go to Facebook Events Manager
  2. Select your Pixel
  3. Click Settings
  4. Find Install Code Manually
  5. Copy the base code

Step 2: Add Base Code #

Paste the Facebook Pixel base code in the Global Tracking Pixel field. This tracks PageView events on all pages.

Step 3: Add Conversion Events #

Add event-specific code to track conversions:

Lead Page (CompleteRegistration):

<script>fbq("track", "ViewContent");</script>

Video Page (Lead):

<script>fbq("track", "Lead");</script>

Call Booked (Schedule):

<script>fbq("track", "Schedule");</script>

Google Analytics Setup #

Step 1: Get Your GA4 Code #

  1. Go to Google Analytics
  2. Navigate to Admin → Data Streams
  3. Select your stream
  4. Copy the Global Site Tag (gtag.js)

Step 2: Add to Global Pixel #

Paste the complete gtag.js code in the Global Tracking Pixel field.

Step 3: Track Conversions #

Add event tracking for key actions:

Video Page (generate_lead):

<script>gtag("event", "generate_lead");</script>

Call Booked (book_appointment):

<script>gtag("event", "book_appointment");</script>

Other Tracking Platforms #

The tracking fields accept any JavaScript or HTML code. You can add pixels from:

  • Google Ads (conversion tracking)
  • LinkedIn Insight Tag
  • Twitter Pixel
  • TikTok Pixel
  • Pinterest Tag
  • Bing UET
  • Custom analytics tools

Testing Your Pixels #

Facebook Pixel Helper #

  1. Install the Facebook Pixel Helper Chrome extension
  2. Visit your funnel pages
  3. Check that events fire correctly

Google Tag Assistant #

  1. Install Google Tag Assistant extension
  2. Visit your funnel pages
  3. Verify GA4 events are tracked

Preview Mode #

  1. Walk through your funnel as a test user
  2. Check your analytics platforms for real-time data
  3. Verify conversions appear in your ad accounts

Attribution Best Practices #

Use UTM Parameters #

Add UTM parameters to your lead page URL in ads:

?utm_source=facebook&utm_medium=cpc&utm_campaign=wedding2025

BookLive captures these and stores them with the client record.

Match Events to Campaign Goals #

Align your pixel events with what you want to optimize for:

  • Traffic campaigns: Track PageView on lead page
  • Lead campaigns: Track Lead event on video page
  • Conversion campaigns: Track Schedule event on call booked

Use Value-Based Optimization #

If your platform supports it, pass value data with conversion events to optimize for higher-value bookings.

Common Issues #

Pixels Not Firing #

  • Check for JavaScript errors in browser console
  • Verify code is complete and properly formatted
  • Ensure the code is in the correct field

Duplicate Events #

  • Only add base code in Global, not in page-specific fields
  • Check that you are not doubling up on event code

Events Not Matching #

  • Verify your ad account pixel ID matches
  • Check that events are named correctly
  • Confirm timezone alignment between platforms

Privacy Considerations #

When using tracking pixels:

  • Ensure compliance with GDPR if serving EU visitors
  • Update your privacy policy to disclose tracking
  • Consider adding cookie consent if required in your jurisdiction

Related Articles #

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top