The Language of Data Enrichment
Data enrichment has its own vocabulary, and if you are new to the space, the jargon can feel like a foreign language. Sales ops talks about waterfall cascades while marketing asks about intent signals and your CRM admin mentions MX records. This glossary covers the 75 terms you will encounter most often when evaluating, implementing, and optimizing data enrichment for your revenue team.
These definitions are organized by category so you can find what you need quickly or read through end-to-end for a comprehensive overview.
Core Enrichment Concepts
- Data Enrichment - The process of adding new fields of data to existing records. Unlike appending (filling in missing values), enrichment adds entirely new dimensions like intent signals, technographic data, or firmographic attributes to records that previously only had basic contact information.
- Data Appending - Adding missing values to existing fields. If a CRM record has a name but no phone number, appending fills in the phone number. Appending fills gaps; enrichment creates new columns.
- Data Cleansing - Correcting, standardizing, and removing errors from existing data. Cleansing should always happen before enrichment because appending new data to incorrect records just compounds the errors.
- Waterfall Enrichment - A multi-source enrichment approach that queries data providers sequentially. Provider A is queried first; if no result, the system cascades to Provider B, then C, and so on. This conditional logic is what makes it a waterfall. Typically triples coverage versus single-source tools, achieving 85-95% find rates compared to 50-70%.
- Single-Source Enrichment - Using one data provider for all enrichment needs. Simpler to manage but limited to that provider's database, typically covering 50-70% of lookups.
- Pay-Per-Valid - A pricing model where customers only pay for verified, valid results. Failed lookups and invalid data incur no charge. This contrasts with subscription models that charge for access regardless of results.
- Find Rate - The percentage of submitted records that return at least one new data point. A key performance metric for enrichment tools. Waterfall systems typically achieve 85-95%; single-source tools hit 50-70%.
- Data Decay - The rate at which contact data becomes outdated. B2B contact data decays at 2.1% per month, or 22.5% annually. Email decay has been accelerating to 3.6% monthly as of late 2024.
- Coverage Rate - The percentage of your target market or database for which an enrichment provider can supply data. Higher coverage means fewer blind spots in your outreach.
Data Types
- Firmographic Data - Company-level attributes including employee count, annual revenue, industry classification, geographic location, ownership structure, and growth trajectory. The B2B equivalent of demographic data. Should be updated at minimum weekly for AI-powered tools.
- Technographic Data - Information about a company's technology stack: which CRM they use, their marketing automation platform, cloud infrastructure, development tools, and more. Reveals competitive displacement opportunities and contract renewal windows.
- Demographic Data - Individual-level attributes: job title, seniority level, department, education, tenure at current company, and career history.
- Intent Data - Behavioral signals indicating purchase interest. Includes content consumption patterns, keyword research activity, review site visits, and competitive comparison searches. Can identify accounts 6-9 months before they contact vendors.
- Psychographic Data - Psychological attributes of decision-makers: values, attitudes, interests, decision-making style, and risk tolerance. Companies using psychographic profiling achieve 5-7x higher ROI than those using demographic data alone.
- Chronographic Data - Trigger events that create outreach opportunities: funding rounds, leadership changes, office relocations, product launches, mergers, and acquisitions. These events signal strategic shifts and buying windows.
Email Verification Terms
- MX Record - Mail Exchanger record. A DNS entry that specifies which mail servers accept email for a domain. If a domain has no MX records, it cannot receive email, and any address at that domain is invalid.
- SMTP Verification - The process of connecting to a mail server and simulating the beginning of an email delivery to check whether a specific mailbox exists. The verification system sends a RCPT TO command and interprets the server response.
- Catch-All Domain - A domain configured to accept email for any address, whether the specific mailbox exists or not. Makes individual address verification impossible via standard SMTP methods. Represents 10-20% of typical B2B lists.
- Hard Bounce - A permanent delivery failure. The mailbox does not exist, the domain is invalid, or the server permanently rejects delivery. Hard bounce rates across enrichment tools range from 0.9% to 11.2%. Target: under 2%.
- Soft Bounce - A temporary delivery failure. The mailbox is full, the server is temporarily down, or the message is too large. Soft bounces may succeed on retry.
- Disposable Email - Temporary email addresses from services like Mailinator or Guerrilla Mail that self-destruct after minutes or hours. Common in free trial signups.
- Role-Based Email - Addresses like info@, sales@, support@, or marketing@ that belong to a department rather than an individual. Pass technical verification but produce poor outreach results.
- Email Deliverability - The ability of your emails to reach the intended inbox rather than landing in spam or being blocked entirely. Affected by sender reputation, bounce rates, complaint rates, and authentication configuration.
- Sender Reputation - A score assigned to your sending domain and IP address by email providers, based on bounce rates, spam complaints, and engagement signals. Determines whether your emails reach the inbox.
Phone Verification Terms
- Line-Type Detection - Identifying whether a phone number is mobile, landline, VoIP, or toll-free. Critical for sales teams because mobile numbers connect at 3-5x the rate of switchboard numbers.
- Carrier Lookup - Identifying which telecommunications carrier operates a specific phone number. Useful for validation and understanding number portability.
- Direct Dial (DID) - Direct Inward Dialing. A phone number that reaches a specific person's desk extension without going through the main switchboard.
- Number Portability - The ability of phone users to keep their number when switching carriers. Complicates line-type detection because a number originally assigned as a landline may have been ported to a mobile carrier.
- Format Validation - Checking that a phone number follows the correct format for its country: correct number of digits, valid area code, proper international prefix.
Sales Intelligence Terms
- ICP (Ideal Customer Profile) - A description of the company and contact characteristics that define your best-fit customers. Combines firmographic, technographic, and behavioral criteria to focus sales efforts.
- Buying Committee - The group of stakeholders involved in a B2B purchase decision. Average size: 6-10 people. Includes roles like economic buyer, champion, technical evaluator, end user, and legal or compliance reviewer.
- Lead Scoring - Assigning numerical values to leads based on how well they match your ICP (fit score) and how actively they are engaging with your company (intent score). Enriched data provides 60-80% of scoring model inputs.
- ABM (Account-Based Marketing) - A strategy that treats individual accounts as markets of one, coordinating sales and marketing efforts around specific target companies. 79% of marketers report higher ROI from ABM than any other approach.
- Multi-Threading - Engaging multiple stakeholders within a single account simultaneously. Multi-threaded deals close 2-3x more often than single-threaded ones.
- Signal-Based Selling - Triggering outreach based on real-time signals (job changes, funding announcements, tech stack changes) rather than static lists.
- Speed-to-Lead - The time between a lead entering your system and a sales rep making first contact. 78% of deals go to the first responder.
Technical and API Terms
- Synchronous API - Returns results immediately within the same HTTP request. Suitable for single-record lookups where latency must be low.
- Asynchronous API - Accepts a request, processes it in the background, and returns results later via webhook or polling. Standard for waterfall enrichment because querying 17+ providers takes 30-90 seconds.
- Webhook - An HTTP callback that delivers data to your system when an event occurs. Used in enrichment for real-time notification when enrichment results are ready or when CRM events trigger enrichment.
- Batch Processing - Enriching large numbers of records in bulk, typically by uploading a CSV file. Efficient for database cleanup and periodic refresh.
- Rate Limiting - Restrictions on how many API requests you can make within a time window. Typical limits: 1,000-5,000 requests per hour for enrichment APIs.
- Exponential Backoff - A retry strategy that increases the wait time between retry attempts: 1 second, then 2, then 4, then 8. Prevents overwhelming a rate-limited API.
- Reverse ETL - Copying enriched data from a cloud data warehouse (Snowflake, BigQuery) back into operational tools (CRM, email platforms). Part of the composable CDP trend where the warehouse is the single source of truth.
- CDP (Customer Data Platform) - A system that unifies customer data from multiple sources into a single profile. The CDP market is projected to reach $10.3 billion in 2025.
Compliance Terms
- GDPR - General Data Protection Regulation. EU law governing personal data processing. Requires lawful basis, data subject rights, and Records of Processing Activities. The primary compliance framework affecting European data enrichment.
- CCPA - California Consumer Privacy Act. Requires vendor contracts restricting data use, prohibits selling California residents' data without consent, and mandates 45-day response to consumer requests.
- Legitimate Interest - A lawful basis for data processing under GDPR. The legal justification most enrichment providers rely on. Requires a three-part balancing test: identify the interest, demonstrate necessity, and balance against data subject rights.
- DPA (Data Processing Agreement) - A contract between a data controller and processor specifying how personal data will be handled. Required under GDPR when using third-party enrichment vendors.
- DSAR (Data Subject Access Request) - A request from an individual to see what data you hold about them. Under GDPR, you have 30 days to respond. Under CCPA, 45 days.
- ROPA - Records of Processing Activities. A mandatory GDPR document cataloging all personal data processing activities, including enrichment workflows.
- DPIA - Data Protection Impact Assessment. Required under GDPR for processing activities that pose high risk to data subjects. May apply to new AI-powered enrichment tools.
Performance Metrics
- Cost Per Valid Contact - The total enrichment spend divided by the number of verified, usable contacts returned. The most important ROI metric for enrichment tools.
- Bounce Rate - The percentage of emails that fail to deliver. Hard bounce rate should stay under 2%. Average B2B cold email bounce rate is 7.5%.
- Connect Rate - The percentage of outbound calls that reach a live person. Varies dramatically by phone number type: mobile is 3-5x higher than switchboard.
- Conversations Per Day - The number of meaningful two-way conversations an SDR has daily. Current average: 4.4, down 45% since 2014.
- Coverage Gap - The percentage of your target market that an enrichment provider cannot supply data for. Single-source tools have 30-50% gaps; waterfall reduces this to 5-15%.
- Data Freshness - How recently enriched data has been verified or updated. Given 2.1% monthly decay, data older than 90 days should be flagged for re-enrichment.
Bookmark this page. You will come back to it the next time someone in a vendor demo throws around terms like ROPA or exponential backoff and you want to know exactly what they mean before signing anything.

