Automatically score and grade leads based on your Ideal Customer Profile (ICP)
Surface ICP Configuration
Surface’s lead scoring system automatically evaluates and grades leads based on your defined Ideal Customer Profile (ICP) criteria. The system processes both new and updated leads through our scoring engine to assign accurate grades.
The system calculates scores using a weighted average formula:
Scoring Formula
Copy
Score = (Σ (attribute_weight * match_value)) / (Σ weights)Where:- match_value is 1 if attribute matches ICP, 0 if it doesn't- weights are the importance values assigned to each attribute
{ emailAddress: "lead@lead.com", firstName: "lead", lastName: "lead", company: "Uber", title: "CEO", companyRevenue: "5 Million to 10 Million", companyDescription: "This is a great company"}
Against this ICP:
Copy
{ numberOfEmployees: { values: ["51-100", "100-1000"], weight: 0.8 }, title: { values: ["CMO", "Director of Marketing"], weight: 0.5 }, seniorityLevel: { values: ["C-suite"], weight: 0.5 }, companyRevenue: { values: ["5 Million to 10 Million", "10 Million to 25 Million"], weight: 0.2 }}