Overview
This is a schema for the final table, that should be connected to the dashboard.
Field name | Type | Description |
---|---|---|
date |
DATE | Session date. |
landingHost |
STRING | Host, from which the session had started. |
landingPage |
STRING | Page, from which the session had started. |
userId |
STRING | ID of user on website. |
userEmail |
STRING | The user's email. |
userPhone |
STRING | The user's phone. |
clientId |
STRING | ClientId anonymously identifies a particular user, device, or browser instance. |
customerId |
STRING | Customer ID from CRM. |
visitNumber |
INTEGER | The session number of this user over the last six months. If it is the first session, then this field is set to 1. |
source |
STRING | Source of the session. |
medium |
STRING | Medium of the session. |
|
STRING | Campaign of the session. |
|
STRING | Keyword of the session. |
|
STRING | AdContent of the session. |
|
STRING | AdGroup of the session. |
|
STRING | First channel group. |
|
STRING | Second channel group. |
|
STRING | Third channel group. |
|
STRING | The type of the user's device: - tv; - game console; - robot; - set-top box; - robot mobile; - unknown; - hacker; - virtual reality; - anonymizer; Full list and definitions |
|
STRING | The browser used. |
|
STRING | The version of the browser used. |
|
STRING | The operation system used. |
|
STRING | The version of the operation system used. |
|
STRING | The country from which the session originated. |
|
STRING | The region from which the session originated. |
|
STRING | The city from which the session originated. |
|
FLOAT | The time from which the session started. |
|
INTEGER | Number of sessions in this source/medium. |
|
INTEGER | Number of sessions with only one interaction with your website (one pageview). |
|
INTEGER | Number of pageviews in this source/medium. |
|
FLOAT | Number of impressions. |
|
FLOAT | Number of clicks. |
|
FLOAT | Number of advertisement costs. |
|
INTEGER | First step of the transaction. |
|
INTEGER | Second step of the transaction. |
|
INTEGER | Number of conversions. |
|
FLOAT | Number of revenue. |
|
INTEGER | Number of products. |
|
INTEGER | Number of conversions from CRM. |
|
FLOAT | Number of revenue from CRM. |
|
INTEGER | Number of products from CRM. |
|
INTEGER | Number of refunded conversions. |
|
FLOAT | Number of refunded revenue. |
|
INTEGER | Number of refunded products. |
0 Comments