Data Schema Reference
This document provides a detailed reference for the data schema used by the ConversionFlow library. The data is sourced from two main files: backend_all_leads.csv and ga4_selected_events_leads.csv.
backend_all_leads.csv
This file contains data from the lead database.
Column |
Type |
Description |
|---|---|---|
|
|
Unique user identifier, used to link to GA4 data. |
|
|
Internal session ID of the backend. |
|
|
The brand of the car. |
|
|
The model name of the car. |
|
|
Internal abbreviation for the model name. |
|
|
Lead status selected by the retailer ( |
|
|
The type of lead (e.g., |
|
|
The category of the lead (e.g., |
|
|
The timestamp when the user accessed the website with the forms. |
|
|
The timestamp when the lead was transferred to the retailer system. |
|
|
The timestamp of the GA4 session in which the user submitted a form. |
|
|
The hostname of the GA4 session. |
|
|
The device category of the GA4 session. |
|
|
The session source of the GA4 session. |
|
|
The session medium of the GA4 session. |
|
|
The session default channel group of the GA4 session. |
ga4_selected_events_leads.csv
This file contains Google Analytics 4 (GA4) data for users who submitted a lead form.
Column |
Type |
Description |
|---|---|---|
|
|
The timestamp of the event. |
|
|
Unique user identifier, used to link to the lead data. |
|
|
A unique session identifier, composed of |
|
|
The original GA4 session ID. |
|
|
The name of the GA4 event (e.g., |
|
|
The URL of the page where the event occurred. |
|
|
The model name of the car associated with the event. |
|
|
Internal abbreviation for the model name. |
|
|
The name of the form associated with the event. |
|
|
The step in the form associated with the event. |
|
|
A binary flag (0 or 1) indicating if the form was converted. |
|
|
The name of the flow associated with the event. |
|
|
The step in the flow associated with the event. |
|
|
A binary flag (0 or 1) indicating if the flow was converted. |
|
|
The name of the marketing campaign. |
|
|
The marketing medium. |
|
|
The marketing source. |
|
|
The hostname where the event occurred. |
|
|
The category of the device used. |
|
|
The default channel group for the session. |