πŸ“‹ Tracking guide β€” wire this store to The Board

Everything below is what this site emits. Recreate the rows you care about as Conversion rules in The Board (client β†’ Tracking & Regions β†’ Site pixel), then set Outcomes β†’ Sources β†’ Site pixel to watch them arrive.

1. Connect the pixel. In config.php, paste your Board loader tag into PIXEL_LOADER_TAG. It loads on every page (this is your β€œAll Pages” placement). If you route through Google Tag Manager instead, paste the GTM container here and add the loader as a Custom HTML tag on All Pages there.
2. Auto-capture toggles. Leave Pageviews ON (that’s your Sessions). Any form submission and Phone taps are safety nets β€” a specific rule below always wins over them, so no double counting.

3. Conversion rules

InteractionWhereTypeTriggerMatch to enterValueShows in Outcomes as
Contact form contact.php Lead Form submit #contact-form β€” Form fills / Leads
Wholesale quote (high intent) quote.php Lead Form submit #quote-form 250.00 Form fills / Leads
Newsletter signup footer (all pages) Signup Form submit #newsletter-form β€” Form fills
Phone tap header / footer / contact Call Phone tap (blank = any tel:) β€” Calls
Email click footer / contact Lead Element click a[href^="mailto:"] β€” Form fills / Leads
Purchase β€” by page order-confirmed.php Purchase Page reached (URL) order-confirmed (fixed, optional) Revenue / Bookings*
Purchase β€” by dataLayer order-confirmed.php Purchase dataLayer event purchase (from event) Revenue
Appointment β€” by page appointment-confirmed.php Appointment Page reached (URL) appointment-confirmed 49.00 Bookings
Appointment β€” by dataLayer appointment-confirmed.php Appointment dataLayer event book_appointment 49.00 Bookings
Lead thank-you (broad) thank-you.php Lead Page reached (URL) thank-you β€” Form fills / Leads
View product (soft) product.php Page goal dataLayer event view_item β€” engagement only
Add to cart (soft) shop / product Custom dataLayer event add_to_cart β€” engagement only
Buy-now click (micro) shop / product Custom Element click [data-cta="buy-now"] β€” engagement only
Download catalog footer Custom Element click #download-catalog β€” engagement only
Hero CTA clicks home Custom Element click [data-cta="hero-shop"] β€” engagement only

* An appointment-type conversion shows under Bookings; a purchase shows under Revenue.

4. Purchase capture (the built-in scraper)

The order-confirmed.php page renders the order in three redundant ways so you can pick whichever rule style you like:

Refresh the confirmation page β€” the same order id means the pixel de-duplicates the sale (revenue isn’t counted twice).

5. Attribution (which ad gets the credit)

Use the β€œArrive as if from an ad” buttons on the home page to land with gclid / msclkid / fbclid / src. Then convert anywhere β€” the pixel snapshots the campaign for the session, so the lead/sale is credited under β€œQualified leads by ad platform” in Outcomes (gclid β†’ Google, msclkid β†’ Microsoft, fbclid β†’ Meta).

6. What you should see in Outcomes (Sources β†’ Site pixel)