Solution Background and Business Value
Businesses invest heavily in marketing campaigns to generate leads for their sales teams. These campaigns can produce thousands of leads daily, making it impossible for sales teams to follow up on every lead effectively. To maximize conversion rates, it is crucial to prioritize leads that are most likely to convert. Most companies rely on third-party lead scores, which are often not optimized for their specific business needs and do not leverage all internal data. This results in poor accuracy, sometimes performing no better than random selection. With Kumo AI, businesses can leverage all internal structured data to train a predictive model that generates highly optimized lead scores, improving sales efficiency and conversion rates.Data Requirements and Kumo Graph Schema
We start with a core set of tables that capture lead interactions and marketing responses. Over time, additional signals can be incorporated for better predictions. Core Tables-
Leads Table
- Stores information about each lead.
-
Key attributes:
-
lead_id
: Unique identifier for each lead. - Optional: Title, industry, location, engagement level.
-
-
Triggers Table
- Tracks lead responses to marketing campaigns.
-
Key attributes:
-
lead_id
: Links to a lead. -
timestamp
: Time of the response. - Optional: Campaign type, engagement channel.
-
-
Events Table
- Captures lead interactions across various channels.
-
Key attributes:
-
lead_id
: Links to a lead. -
timestamp
: Time of the interaction. - Optional: Event type (email open, meeting scheduled, purchase made).
-
- Additional Event Tables: Web logs, CRM activity, chat interactions.
- Organizations Table: Attributes of companies associated with leads.
- Sales Rep Table: Information about the sales team members interacting with leads.