This export type provides insight into the details of each logged-in user that was served an experience.
As with all Qubit exports, you can specify the level of reporting detail to get a much greater understanding of reportables and focus on the details you are really interested in.
For this export type, you can select:
INFO: All selected segments are run through the stats model in order to calculate the uplift.
We extract the details of all the logged-in users that were served the selected experiences within the defined date range. We then look at the session and user events received for those users to extract the device, location, user Id, and email. Finally, we look at all transactions for those users to calculate their lifetime value.
The following logic is applied:
meta_recordDate
according to the configured timezoneecUser
, egUser
, trUser
. If email and Id are emitted in view, events, such as ecView
, we can also get the data from this eventINFO: Duplicate user and session events account for less than 1% of all user and session events.
Name | Description | Output |
---|---|---|
User ID | Unique Id for the signed-in user viewing the experience | userId |
User Email | Email of the signed-in user viewing the experience | userEmail |
Returning Visitor | Whether the signed-in user is new or returning | returningVisitor |
Device Type | The device type used when the experience was seen | deviceType |
Browser Version | The browser and browser version used when the experience was seen | browserVersion |
Operating System | The operating system used when the experience was seen | osName |
Country | The country the signed-in user was in when the experience was seen | country |
Metro Area | The metro area the signed-in user was in when the experience was seen | area |
Region | The region the signed-in user was in when the experience was seen | region |
City | The city the signed-in user was in when the experience was seen | city |
Name | Description | Output |
---|---|---|
Lifetime Conversions | Total number of conversions carried out by the signed-in user across their lifetime | lifetimeConversions |
Lifetime Total Order Value (Conversions) | Sum of all conversion amounts for the signed-in user across their lifetime | lifetimeTotalOrderValueConversions |
Additional fields not included in the dimensions and metrics tables above:
Field | Description |
---|---|
experienceName | Name of experience |
iterationName | Name of experience iteration |
variationName | Experience variation name |
isControl | Whether experience variation is control group |
segmentName | Name of segment |