FRACTIONAL CHIEF REVENUE OFFICER · 25 YRS · $0→$200M

Kory White

RevOps & Revenue Leadership

25 years scaling revenue teams from $0 to $200M. Fractional leadership, full-time impact.

LinkedInRésuméCRO Syndicate
← Library
Knowledge Library · pulse-reviews
✓ Machine Certified10/10?

How do you actually build a lead scoring model that works?

📖 2,243 words🗓️ Published Jun 20, 2026 · Updated May 26, 2026
Direct Answer

A lead scoring model that actually works is a composite — FIT signals (industry, company size, geography, tech stack) multiplied by INTENT signals (page views, demo requests, content downloads, third-party intent data), with negative scoring layered on top and decay built in. Most 2027 teams pick from three approaches — rule-based (HubSpot/Marketo defaults), predictive ML (Einstein, MadKudu), or account-based (6sense, Demandbase) — and the dominant enterprise pattern is now account-level, not lead-level. The honest truth is that 80% of lead scoring is theatrical because the model never gets validated against actual closed-won rates.

TL;DR

Fit times Intent (Not Fit plus Intent)

The single most common mistake in lead scoring is additive math. A team builds a model where industry match is worth 20 points, demo request is worth 30, and pricing-page visit is worth 15 — then a Series A startup CEO who browsed your pricing page once scores 45, and a Fortune 500 procurement intern who downloaded six whitepapers scores 90. The procurement intern goes to the AE. The CEO gets a drip email. This is how lead scoring loses the trust of every sales team that has ever existed.

The correct mental model is multiplicative. FIT is a yes-or-no question — does this account look like the accounts that actually close? Industry, employee count, revenue band, geography, installed tech stack (Clearbit, ZoomInfo, BuiltWith, HG Insights all feed this). INTENT is a separate yes-or-no question — is this person showing buying behavior right now? Demo request, pricing page, repeat visits, comparison-page views, third-party surge signals from 6sense or Bombora.

A lead that is 90 on fit and 10 on intent is a perfect prospect who is not ready. A lead that is 10 on fit and 90 on intent is a tire-kicker, a student, a competitor doing recon, or a job seeker. Neither is hot. Only the intersection — high fit AND high intent — is worth waking up an AE for. Multiplication enforces this. Addition does not.

The 3 Model Approaches

ApproachHow It WorksProsConsCostBest For
Rule-based (point-additive)Marketer assigns points to attributes and behaviors in HubSpot, Marketo, PardotTransparent, easy to explain, no ML black box, free with platformStale within 6 months, biased by whoever wrote it, no feedback loopFree with HubSpot/Marketo/PardotSub-$10M ARR, simple ICP, small marketing team
Predictive (ML-trained)Model trained on historical closed-won and closed-lost data, outputs probability score65-80% accuracy in published benchmarks, surfaces non-obvious patterns, auto-updatesBlack box, needs 1000+ closed-won examples, garbage-in-garbage-out if CRM data is dirtyHubSpot Predictive (Enterprise tier), Einstein $150/user/mo, MadKudu $30-100K/yr$10-100M ARR, clean CRM, enough deal volume to train
Account-based scoringScores ACCOUNTS not individual leads using intent data, technographics, engagement aggregated across the buying committeeThe 2027 enterprise default, matches how B2B actually buys (by committee), works with ABM motionExpensive, requires intent data subscription, doesn't help if you sell to SMB6sense $150-500K/yr, Demandbase similar, ZoomInfo Sales OS $50-150KEnterprise B2B, 5+ person buying committees, ABM-aligned GTM

The honest 2027 read is that rule-based is what 70% of mid-market still runs because it's free, predictive is the upsell push from HubSpot and Salesforce, and account-based is what serious enterprise revenue teams have moved to because individual lead scoring stopped matching reality when the average B2B deal started involving 6-10 stakeholders.

The 5 Honest Truths About Lead Scoring

One — most lead scoring is theater. The model was built once during an MOps onboarding, never validated against closed-won rates, and now nobody on the team can explain why the threshold is 75. Forrester's 2024 ABM Wave found that fewer than 30% of B2B marketing teams could produce a quantitative correlation between their MQL score and pipeline conversion. The rest were running scoring as ritual.

Two — third-party intent signals are noisy at the lead level and useful at the account level. Bombora and 6sense topic surge data is genuinely predictive when you aggregate it across an account over weeks, but a single contact showing "researching CRM software" this week is barely a signal — could be them, could be 47 other people at that company, could be their nephew doing a school project. Aggregate it up to account, watch the trend over time, and now you have something.

Three — negative scoring matters more than positive. Most leaks in a scoring model come from not deducting points. Free email domain (gmail, yahoo, qq, proton) should be a hard cap or large negative. Competitor companies should be excluded outright. Job titles with "student," "intern," "researcher" should deduct. Roles that don't buy your product (interns, recruiters, vendors prospecting you) should deduct. A model that only adds points but never subtracts inflates every lead and trains AEs to ignore the score.

Four — decay is non-negotiable. A lead that visited your pricing page 90 days ago and went silent is not a hot lead anymore. Without time-decay rules (drop 25% of behavioral score after 30 days inactive, 50% at 60, 100% at 90), your hot-lead list fills with zombies. HubSpot, Marketo, and every predictive platform support decay; turning it on takes 20 minutes and the impact on AE trust is immediate.

Five — sales must know WHY a lead is hot. A score of 87 is meaningless to an AE. "Score 87 — VP at 2,000-person SaaS company, requested demo, viewed pricing 3 times this week" is a usable signal. The handoff payload should always include the top 3 signals that pushed the lead over threshold. This is the difference between a scoring system AEs trust and one they bypass.

flowchart TD A[Raw Lead Captured] --> B[FIT Signals] A --> C[INTENT Signals] A --> D[NEGATIVE Signals] B --> B1[Industry matchunder br/over Company sizeunder br/over Geographyunder br/over Tech stack] C --> C1[Page viewsunder br/over Demo requestsunder br/over Content downloadsunder br/over 3rd party intent] D --> D1[Free email domainunder br/over Competitorunder br/over Studentunder br/over Unsubscribed] B1 --> E[Fit Score 0-100] C1 --> F[Intent Score 0-100] D1 --> G[Negative Deductions] E --> H[Composite Score equals Fit times Intent minus Negative] F --> H G --> H H --> I{Score above thresholdunder br/over or hot behavior trigger} I -->|Yes| J[MQL Handoff] I -->|No| K[Nurture Track] J --> L[AE Alert with WHY context]
flowchart TD A[Model Scores Leads] --> B[Lead Hits Threshold] B --> C[MQL Handoff to AE] C --> D[AE Accepts or Rejects] D --> E[Lead Converts or Doesn't] E --> F[Quarterly Accuracy Check] F --> G{Conversion rateunder br/over matches model prediction} G -->|Yes within 10pp| H[Keep Model] G -->|No off by 20pp plus| I[Retrain or Kill] I --> J[Pull last 4 quartersunder br/over closed-won and lost] J --> K[Re-weight signals] K --> A H --> L[Monitor next quarter] L --> F

Related on PULSE

Common Pitfalls That Kill Lead Scoring Models

Most lead scoring initiatives fail not because the concept is flawed, but because of three predictable mistakes. First, teams over-weight demographic data while under-weighting behavioral signals. A VP of Sales at a 500-person company who visits your pricing page three times in a week is almost certainly a hotter lead than a marketing coordinator at a 2,000-person company who downloaded one eBook six months ago. Yet many default models treat company size as the dominant factor.

Second, scoring models frequently ignore negative signals — the unsubscribe, the bounced email, the LinkedIn post complaining about your product category. Without explicit negative scoring, your model will surface tire-kickers and competitors alongside genuine buyers. Common negative signals include: job titles that indicate no purchasing authority (interns, students), companies in industries your product doesn't serve, and contacts from known competitor domains.

Third, and most damaging, teams never recalibrate their models. A model built on last year's closed-won data will miss shifts in buyer behavior. If your average deal cycle has shortened from 90 to 45 days, your scoring thresholds need adjustment. The fix is quarterly model audits where you compare scored leads against actual conversion data, then adjust weights accordingly.

How to Validate Your Model Without Expensive Tools

You don't need a data science team or a six-figure platform to validate whether your scoring model works. The most practical method is a simple retrospective analysis using your CRM. Export your last 100 closed-won deals and your last 100 closed-lost deals. For each, pull the lead score they had when they first entered your pipeline. If your model is working, the won deals should cluster in the top 30% of scores, while lost deals scatter across the lower 50-60%.

If you see won deals with low scores, your model is missing key buying signals. If lost deals have high scores, you're over-weighting vanity metrics like page views or form fills. A second validation method is the "time-to-conversion" test: leads with scores above your threshold should convert to SQLs in half the time of those below it. If they don't, your threshold is wrong or your signals are weak.

For teams without a CRM that supports easy exports, a manual spreadsheet audit of 50-100 recent leads works fine. Track three columns: lead score at entry, current stage, and whether they converted. The pattern will emerge within 30-40 records. This takes an afternoon and provides more actionable insight than any automated dashboard.

The Minimum Viable Scoring Model for Small Teams

If you're a team of 3-10 people with no dedicated RevOps person, a complex predictive model is overkill. Start with a 10-point manual system that you can implement in your CRM within two hours. Assign +3 points for any demo request or trial signup, +2 for pricing page visits (capped at two per week), +1 for content downloads from decision-maker roles, and -5 for competitor email domains or unsubscribes.

Set a threshold of 5 points for an SQL notification. This catches the obvious hot leads while ignoring the noise. The key is to keep this model for exactly 90 days, then run the retrospective validation described above. Most small teams discover that demo requests alone account for 70% of conversions, meaning the other signals add minimal value. In that case, simplify further: any demo request = hot lead, everything else = nurture.

This approach works because it forces you to test assumptions with real data before investing in automation. Many teams find that their "sophisticated" 30-variable model performs identically to a 4-variable one. Start simple, validate ruthlessly, then add complexity only where the data proves it matters.

FAQ

What is the difference between FIT and INTENT signals in lead scoring? FIT signals describe whether a lead matches your ideal customer profile, like industry, company size, or tech stack. INTENT signals show buying behavior, such as page visits or demo requests. Most models combine both, but FIT is often weighted more heavily in early stages.

How often should a lead scoring model be validated? Validation should happen at least quarterly against actual closed-won data. Many teams skip this step, which is why models degrade over time. A good range is every 3-6 months for rule-based systems, more frequently for ML models.

Can small businesses use lead scoring without expensive tools? Yes, rule-based scoring in platforms like HubSpot or Mailchimp works well for smaller teams. You can start with simple point systems (e.g., +5 for job title, +10 for website visit) and adjust manually. The key is to keep it simple and test it.

What is negative scoring and when should I use it? Negative scoring subtracts points for disqualifying signals, like competitors’ email domains or unengaged behavior. Use it sparingly—over-penalizing can kill good leads. A common approach is -10 for bounced emails or -20 for job titles outside your ICP.

How do account-based scoring models differ from lead-level ones? Account-based scoring evaluates the entire company, not just one person. It aggregates signals from multiple contacts at the same organization. This is now the dominant enterprise pattern because B2B purchases involve multiple stakeholders.

Why do most lead scoring models fail in practice? The main reason is lack of validation—teams build a model but never check if high-scored leads actually convert. Another issue is ignoring decay: a lead that was hot three months ago may no longer be interested. Regular audits and decay functions (e.g., halving scores after 30 days) help.

Sources

  1. HubSpot — "Lead Scoring Benchmarks Report 2024" (hubspot.com/research)
  2. Forrester — "The Forrester Wave: Account-Based Marketing Platforms, Q2 2024"
  3. MadKudu — "The State of Predictive Lead Scoring 2024" (madkudu.com/research)
  4. Pavilion — "2024 GTM Benchmarks: MQL to SQL Conversion Rates"
  5. 6sense — "2024 B2B Buyer Experience Report" (6sense.com/resources)
  6. Demandbase — "The 2024 ABM Benchmark Study" (demandbase.com/resources)
  7. Gartner — "Magic Quadrant for B2B Marketing Automation Platforms 2024"
  8. Salesforce — "Einstein Lead Scoring Methodology Documentation 2024"
Download:
Was this helpful?  
⌬ Apply this in PULSE
Gross Profit CalculatorModel margin per deal, per rep, per territory
Deep dive · related in the library
pulse-tools · toolsHow Many Crew Members Should I Schedule Each Shift at My Hamburger Franchise?pulse-tools · toolsHow Many Salespeople Should I Schedule Each Day at My Jewelry Store?pulse-tools · toolsHow Many Salespeople Should I Schedule on My Auto Dealership Floor Each Day?pulse-tools · toolsHow Many Sales Reps Do I Need to Hire for My Painting Company to Grow Next Year?pulse-tools · toolsHow Many Associates Should I Schedule Each Day at My Hardware Store?pulse-tools · toolsHow Many Sales Reps Do I Need to Hire for My SaaS Company to Hit Next Year''s Goal?pulse-tools · toolsHow Many Sales Reps Do I Need to Hire for My HVAC Company to Hit Its Growth Target?pulse-tools · toolsHow Many Sales Reps Do I Need to Hire for My Solar Company to Hit Its Install Goal?pulse-tools · toolsHow Many Sales Reps Do I Need to Hire for My Roofing Company This Year?pulse-tools · toolsHow Many Recruiters Do I Need to Hire for My Staffing Agency to Hit Its Placement Goal?
More from the library
clThe 10 Best Colognes for a Casual Coffee Date in 2027clThe 10 Best Colognes for a Job Interview in 2027edHow do I get out of a rut when nothing seems to interest me anymorecoThe 10 Best Vintage Board Game Boxes to Collect in 2027pulse-aquariums · aquariumTop 10 Nano Reef Tanks 2027dnTop 10 Places for a Chef’s Counter Experience in the United States in 2027edHow do I rebuild my credit score after a major mistakeclThe 10 Most Underrated Colognes You Need to Try in 2027edHow do I set boundaries with a friend who only calls when they need somethingcoThe 10 Best Antique Glass Paperweights to Collect in 2027wl · wellnessTop 10 Things for a 13-Year-Old Girl to Take When She Has a Stopped-Up NoseclThe 10 Best Colognes for a Weekend Getaway to the Mountains in 2027clThe 10 Best Colognes for a Road Trip in 2027clThe 10 Best Oud Colognes for a Signature Scent in 2027clThe 10 Best Colognes for a Romantic Getaway in 2027