Funnel & integration overview

A working reference for the Taxtyme Pro Solutions funnel. Event counts below come from this browser only — connect Google Analytics or Meta Pixel for real reporting.

Tracked events (this device)

MetricEvent nameCount
Landing page visitorslanding_page_view0
Interest form submissionsinterest_form_submit0
Webinar registrationswebinar_registration0
Webinar attendancewebinar_attendance0
Tax Box clickstax_box_click0
Tax Box purchasestax_box_purchase0
Follow-up conversionsfollow_up_conversion0
Leads captured locallyttps_interest_leads0

Ready to connect

Email marketing

Fires on interest_form_submit — pipe leads into your email platform.

CRM

saveLead() in src/lib/leads.ts is the single place to swap in a CRM call.

Zoom registration

Replace the Zoom CTA link on the thank-you page with your registration URL.

Payment processor

Wire the Get the Tax Box buttons to checkout; tax_box_purchase already fires.

SMS

The form captures an explicit SMS opt-in flag with each lead.

Calendar

Add the challenge dates to the thank-you page once scheduled.

Google Analytics

track() forwards every event to gtag when the snippet is present.

Meta Pixel

track() forwards every event to fbq as a custom event.