Marketing Analytics Data - SFDC Models
Mart_crm_attribution_touchpoint
The Attribution Touchpoint mart is the consolidated repository of Marketo Measure’s (Bizible’s) Attribution Touchpoint data. An Attribution Touchpoint is a touchpoint associated with an Opportunity in SFDC. This mart allows you to analyze engagement by Opportunity and/or Account during the entire lifecycle of either.
Use Cases
- Attributed ARR
- Touchpoints during a given stage
Key Fields
- Attribution Touchpoint
- The record of engagement, captured through Bizible (Marketo Measure) that is associated with an Opportunity in SFDC.
- Net ARR
- Definition
- Attribution Models
- Bizible-defined
- Linear
- An even distribution of weight/attribution split amongst every touchpoint related to the record.
- Is MGP Channel Based
- At least 2 unique marketing channel touchpoints for First Order and 3 unique marketing channel touchpoints for Growth opportunities, within a window of 365 days before Pipeline Created Date
- Is MGP Opportunity
- Is MGP Channel Based = TRUE and Sales Qualified Source = SDR
- Gitlab Model Weight
- Time Decay Model Weight
- Data Driven Model Weight
- Touchpoint Sales Stage
- The Sales funnel stage the touchpoint occurred in.
- Is FMM Influenced
- Whether a given touchpoint is influenced by FMM effort.
- Is FMM Sourced
- Whether a given touchpoint is sourced by FMM effort.
Key Metrics
- Attributed Weight
- The weight of a given touchpoint, based on which attribution model you are looking at.
- Attributed Net ARR
- The attributed net arr, based on which attribution model you are looking at.
Data Lineage
- Data is sourced from SFDC and Bizible/Marketo Measure
- The full lineage can be seen here
DBT Solution
The dbt solution generates a dimensional model from RAW source data. The exceptions are the following fields that are calculated based on business logic implemented within specific dbt models:
Field | Business Logic |
---|---|
touchpoint_sales_stage | Defined in model |
is_mgp_opportunity | Defined in model |
is_fmm_influenced | Defined in model |
is_fmm_sourced | Defined in model |
Mart_crm_event
The SFDC Event mart is the organized and formatted consolidation of Event data from SFDC. Events are a form of Activity in SFDC, usually associated with meetings (digital or in-person).
Use Cases
- Volume/timeline of Events in the Opportunity lifecycle
- Efficacy of a given Event in progressing an Opportunity towards Closed Won.
Key Fields
- sales_dev_rep_*
- The associated Sales Dev Rep and their Manager’s information from SFDC
Key Metrics
- Count of Events (
dim_crm_event_pk
)
Data Lineage
- Data is sourced from SFDC
- The full lineage can be seen here
DBT Solution
The dbt solution generates a dimensional model from RAW source data.
Mart_crm_person
The seamless combination of SFDC Leads and Contacts into a consolidated Person object. This mart allows for quick and easy access to both SFDC objects in a single table. It also integrates information from Bizible/Marketo Measure, Marketo, and IDs from other GitLab Tech Stack sources.
Use Cases
- Number of people in a given funnel stage
- Progression of a given person record through the funnel
- Conversion from one funnel stage to the next
Key Fields
Dim_crm_person_id
- the unique surrogate key for each person record
Key Metrics
- MQL Count
- Inquiry Count
- Inquiry to MQL Conversion
Data Lineage
- Data is sourced from SFDC
- The full lineage can be seen here
DBT Solution
The dbt solution generates a dimensional model from RAW source data. The exceptions are the following fields that are calculated based on business logic implemented within specific dbt models:
Field | Business Logic |
---|---|
is_lead_source_trial | Defined in model |
is_abm_tier_inquiry | Defined in model |
is_abm_tier_mql | Defined in model |
person_first_country | Defined in model |
is_exclude_from_reporting | Defined in model |
Mart_crm_tasks
The SFDC Tasks mart is the organized and formatted consolidation of Task data from SFDC. Tasks are usually notes from the Sales Dev or Sales team on actions taken or engagements that took place.
Use Cases
- Volume/timeline of Tasks in the Opportunity lifecycle
- Efficacy of a given Task in progressing an Opportunity towards Closed Won.
Key Fields
- sales_dev_rep_*
- The associated Sales Dev Rep and their Manager’s information from SFDC
Key Metrics
- Count of Tasks (
dim_crm_task_pk
)
DBT Lineage
- Data is sourced from SFDC
- The full lineage can be seen here
DBT Solution
The dbt solution generates a dimensional model from RAW source data.
Mart_crm_touchpoint
The Person/Buyer Touchpoint mart is the consolidated repository of Marketo Measure’s (Bizible’s) Person/Buyer Touchpoint data. A Person/Buyer Touchpoint is an engagement associated with a Person (Lead/Contact) based on the rules set by the organization for important/capturable engagements.
Use Cases
- Touchpoints during a given stage
- Touchpoints per record
Key Fields
- Buyer (Person) Touchpoint
- The record of engagement, captured through Bizible (Marketo Measure) that is associated with a Person (Lead/Contact) in SFDC.
- Attribution Models
- Bizible-defined
- Linear
- An even distribution of weight/attribution split amongst every touchpoint related to the record.
- Is FMM Influenced
- Whether a given touchpoint is influenced by FMM effort.
- Is FMM Sourced
- Whether a given touchpoint is sourced by FMM effort.
Key Metrics
- Attributed Weight
- The weight of a given touchpoint, based on which attribution model you are looking at.
Data Lineage
- Data is sourced from SFDC and Bizible/Marketo Measure
- The full lineage can be seen here
DBT Solution
The dbt solution generates a dimensional model from RAW source data. The exceptions are the following fields that are calculated based on business logic implemented within specific dbt models:
Field | Business Logic |
---|---|
is_fmm_influenced | Defined in model |
is_fmm_sourced | Defined in model |
ec253af0
)