Account Field Mappings
Account Field Mappings define how account metadata is extracted from event properties and lead data. Mappings automatically populate account attributes used for scoring, segmentation, and analysis.
Understanding Account Field Mappings
Account Field Mappings answer: "How do we extract company information from our data?"
When events are tracked or leads are imported, they often contain company information:
- Company size
- Industry
- Revenue
- Employee count
- Geographic location
Account Field Mappings tell LeadVibe:
- Which event/lead properties contain this data
- What to name the account property
- How to handle conflicts or updates
Accessing Account Field Mappings
Navigate to Configure > Rules & Scoring > Account Mapping.
How Mappings Work
Mapping Process
When an event is ingested or lead is updated:
-
LeadVibe identifies the associated account (via
account_id) -
Checks all account field mappings
-
For each mapping:
- Extracts the source field value from the event/lead
- Maps it to the target account property
- Updates the account metadata
-
The updated metadata is then available for:
- Account scoring rules
- Account segmentation
- Timeline and reporting
- Integrations and exports
Example
Mapping Configuration:
Source Field: company_size
Account Property: company_size
Event Payload:
{
"event_type": "page_view",
"account_id": "acct_123",
"company_size": "Enterprise"
}
Result:
Account acct_123 now has company_size: "Enterprise" in its metadata, which can be used in scoring rules.
Creating Mappings
Add a Mapping
-
Navigate to Account Mapping
-
Click Add Mapping
-
Configure:
- Source Field - The property name in events/leads
- Account Property - What to call it in account metadata
-
Click Save

Mapping Configuration
| Field | Description |
|---|---|
| Source Field | The property key in event payloads or lead data (e.g., company_size, industry, employees) |
| Account Property | The standardized property name in account metadata (e.g., company_size, industry, employee_count) |
Important: Source field and account property can be the same or different. Use different names to standardize variations (e.g., map both company_size and org_size to company_size).