How LeadGuard monitors lead pathways without creating test leads
This is the cornerstone methodology page. It explains, in plain language, how LeadGuard actually monitors website forms, CTAs, booking links and confirmation paths: what the active checks look at, what the passive evidence adds, what conservative escalation looks like, and the safety rules that mean LeadGuard never submits real forms or creates test enquiries.
By LeadGuard Product Team · Published 15 July 2026 · Editorial policy
The core idea
A lead pathway is not a page. It is a specific route through a page that a real visitor uses to become an enquiry. The form field they focused, the submit action that fired, the endpoint the browser posted to, the confirmation that appeared: each is a separate thing that can quietly break. A page-level uptime check cannot see any of that.
LeadGuard's job is to give every important pathway a stable identity, watch every layer that has to keep working for that pathway to convert, and combine active and passive evidence so a real problem is distinguishable from a quiet week.
Canonical pathway identity
Discovery produces a candidate pathway with a set of stable attributes: which URL it lives on, what kind of pathway it is (form, CTA, booking, phone, email), what the destination is, what the outcome source looks like. From those attributes LeadGuard derives a canonical identity that survives normal edits: a class-name change, a text tweak, a reorder of fields.
The canonical identity is what makes the rest of the system meaningful. Issue history, recovery, monitoring confidence and Conversion Insights are all keyed to the pathway's canonical identity, not to a fragile CSS selector.
The six check families, in order
Each scheduled scan walks the check families in order. If an earlier family fails, later checks are skipped for that run, because they would produce meaningless noise on a page that did not load.
- Source-page load: the URL responds with a real page in a reasonable time, not an error, redirect chain or bot wall.
- Tracking presence: the LeadGuard site tag is on the source page, so passive evidence is possible.
- Pathway presence: the specific pathway element is still in the rendered DOM and matches the canonical identity.
- Pathway visibility: the pathway is not hidden, disabled or covered by an overlay at the viewport widths that matter.
- Destination reachability: the endpoint, tel: or mailto: target, booking URL or next-step page is reachable and not obviously broken.
- Outcome source: a confirmation page or learned inline success message is reachable in principle, so a real submission can be verified.
How the active browser checks actually behave
Active checks run from LeadGuard's own browser environment on a cadence appropriate for the account's plan. They load the source page as a normal browser would, wait for the pathway to become interactive, and inspect the pathway's state. They look at attributes, event handlers, computed styles and destination URLs. They do not enter values into fields, press submit buttons, dial numbers, send emails or complete bookings.
The active layer is deliberately conservative. When a check cannot decide (network error, bot wall, captcha, unusually slow response), the result is recorded as uncertain rather than as a failure. Repeated uncertain results are surfaced as a coverage problem, not as a critical pathway alert.
Passive evidence from real visitors
Between active checks, real visitors are the best evidence a pathway is working. The LeadGuard site tag records a small vocabulary of events against protected pathways: view, interaction, form start, form progress, submit attempt and confirmed conversion. These events carry pathway metadata but not the values typed into fields.
Passive evidence has two jobs. It confirms that a pathway which passes active checks is actually being used successfully by real people. And it distinguishes a genuinely broken pathway from one that is simply unused during a quiet period, because a lack of interactions on a healthy pathway means something different from a lack of successful checks on the pathway itself.
Why LeadGuard never submits real forms
It is technically possible to build a monitor that fills in a form with fake data and submits it. Some tools do. LeadGuard deliberately does not, for four operational reasons:
- Fake enquiries pollute the customer's inbox, CRM, calendar and analytics, and can be commercially damaging.
- Synthetic submissions only test what the test data covers, which is often narrower than what real visitors do.
- Some pathways involve real charges, real appointments or real staff time; a synthetic submission is not a safe production check.
- Real visitors provide better evidence anyway. Passive events on real submissions show that the pathway actually works, not that it worked for a fabricated visitor.
Conservative escalation and issue history
A single failing run does not fire a critical alert. LeadGuard opens an issue against the pathway, records the evidence, and treats subsequent runs as either confirming or clearing the issue. Blocked or uncertain runs (network errors, bot walls, captchas) do not automatically escalate. Recovery is recorded on the same pathway timeline so the story is visible in one place.
Issue categories are aligned with the check families: a form-presence failure is not conflated with a destination-reachability failure, and repeated failures on the same canonical pathway are grouped rather than reported as unrelated events.
Methodology checklist
- Every important pathway has a canonical identity that survives ordinary edits.
- The six check families run in order and stop early on an unrecoverable failure.
- Active checks never fill or submit forms, place calls, send emails or complete bookings.
- Passive real-visitor evidence is combined with active checks against the same canonical pathway.
- Blocked or uncertain results are treated as coverage issues, not as automatic critical alerts.
- Recovery is recorded on the same pathway timeline as the failure.
What LeadGuard can prove, and what it cannot
| Question | Can LeadGuard answer it? |
|---|---|
| Did the source page load for real visitors during the last hour? | Yes. |
| Is the primary contact form still present, visible and interactive today? | Yes. |
| Does the submit action reach an endpoint that appears to be working? | Yes. |
| Did any real visitor complete this pathway and reach the confirmation source? | Yes, when a linked or learned outcome source exists. |
| Did a specific enquiry email land in a specific inbox? | No. That depends on the customer's mail flow and is outside LeadGuard's scope. |
| Was that submitted lead a good lead? | No. Lead quality is a job for the customer's CRM or sales process. |
| Has every pathway on the site been discovered? | Discovery is thorough but not exhaustive; pathways can be added or corrected in the dashboard. |
Who benefits most
The methodology is most valuable on sites where a small number of pathways generate most of the enquiries, and where any hour of pathway downtime is directly commercial. Service businesses, agencies running client campaigns, professional-services firms, clinics and consultants all fit that profile.
Starting with a scan
The free protection check runs the discovery and first-round checks against a submitted URL. It is the fastest way to see the methodology applied to your own site, and it is the same discovery LeadGuard uses when a pathway is first protected.
FAQs
- What exactly is a canonical pathway identity?
- It is a stable identifier LeadGuard derives from a pathway's URL, type, destination and outcome source. It survives normal edits to the page so issue history and monitoring confidence apply to the same pathway over time.
- How is a bot wall or captcha handled by an active check?
- As uncertain rather than as a failure. Repeated uncertain results are surfaced as a coverage problem, not as a critical alert against the pathway.
- If LeadGuard does not submit forms, how does it know a form actually submits?
- Passive evidence from real visitors. When a real visitor submits a protected pathway and reaches its outcome source, that is a confirmed conversion. Active checks establish that the form is present, visible and reachable in the meantime.
- How is this different from testing manually every day?
- Manual testing catches the moment a person happens to check. LeadGuard runs on a schedule, retains issue history against canonical pathways, and combines active and passive evidence so intermittent problems and slow regressions are visible.
- Does LeadGuard require access to my server or my CRM?
- No. The methodology relies on a small JavaScript tag on the customer site and LeadGuard's own browser environment for active checks. It does not require server access, database access or CRM integration.
Related content
- featurePathway MonitoringPathway Monitoring continuously checks the forms, CTAs, booking links and confirmation paths a business depends on, using safe active checks plus real visitor evidence.
- featureConversion InsightsLeadGuard Conversion Insights records pathway views, interactions, form progress and confirmed conversions on protected pathways, without capturing submitted form values.
- featureWebsite form monitoringLeadGuard form monitoring checks that your contact and quote forms are present, visible, reachable and verifiable, without ever submitting a test enquiry.
- featureConversion verificationLeadGuard conversion verification uses confirmation pages, learned inline success messages and downstream indicators to prove a submission truly succeeded.
- glossaryLead pathway monitoring glossaryDefinitions for lead pathway, conversion verification, form monitoring, monitoring confidence and related terms used in LeadGuard.
- hubResources for protecting website lead pathwaysPractical guides on lead pathway monitoring, website form reliability, conversion verification and abandonment analysis, from the LeadGuard Product Team.
