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)
| Metric | Event name | Count |
|---|---|---|
| Landing page visitors | landing_page_view | 0 |
| Interest form submissions | interest_form_submit | 0 |
| Webinar registrations | webinar_registration | 0 |
| Webinar attendance | webinar_attendance | 0 |
| Tax Box clicks | tax_box_click | 0 |
| Tax Box purchases | tax_box_purchase | 0 |
| Follow-up conversions | follow_up_conversion | 0 |
| Leads captured locally | ttps_interest_leads | 0 |
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.