Sessions
The following table includes some of the attributes that are available in the sessions entity.
Your organization will have additional attributes.
Attribute |
Description |
Type |
Example |
---|---|---|---|
|
The unique session reference. |
string |
|
|
A collection of name-value pair attributes that store various session data points. This attribute is owned and maintained by Sitecore. See the following table for a list of fields stored in the |
map |
|
|
The channel associated with the session. |
string |
|
|
The organization’s currency code for the order associated with the session. |
3 letter ISO 4217 |
|
|
The duration of the session in minutes and seconds. |
integer double |
|
|
The date and time when the session started. |
ISO 8601 Date/Time UTC |
|
|
The date and time when the session ended. |
ISO 8601 Date/Time UTC |
|
|
The point of sale associated with the session. The point of sale is preconfigured by your organization. |
string |
|
|
The status of the session. |
string |
|
|
Monetary value of the order in original currency associated with session. Populated for sessions where an order was submitted. |
integer double |
|
|
The unique client reference that identifies your organization. |
string |
|
|
Date and time when the session record was created in Sitecore CDP. |
ISO 8601 Date/Time UTC |
|
|
Date when the session record was created in Sitecore CDP. |
ISO 8601 Date |
|
|
The unique reference of the experience or flow executed in the session. |
string |
|
|
The unique ID of the guest associated with the session. |
string |
|
|
Date and time when the session record was modified in Sitecore CDP. |
ISO 8601 Date/Time UTC |
|
|
The unique browser ID generated by Sitecore CDP. This is used for guest identification. |
string |
|
|
A collection of name-value pair attributes that store your organization's custom session data. |
map <string, string> |
|
|
The type of session. |
string |
|
|
The overall session representation as raw JSON. |
JSON string |
N/A |
The following table describes the properties stored in the bxt
map field. Different properties might be stored for different sessions.
Name |
Description |
Type |
Example |
---|---|---|---|
|
The cart interaction for the session. Possible values are:
|
string |
|
|
The uniform resource identifier (URI) of the page on which this session started. |
string |
|
|
The language for this session. |
string |
|
|
The uniform resource identifier (URI) of the page on which this session ended. |
string |
|
|
The number of items added to the cart during this session. |
integer |
|
|
The number of times the visitor started the checkout process. |
integer |
|
|
The number of times the visitor confirmed payment during this session. The value is usually 0 or 1. |
integer |
|
|
The number of times payment details were submitted during this session. The value is usually 0 or 1. |
integer |
|
|
The number of searches performed during this session. |
integer |
|
|
The number of times a product was selected (clicked) during this session. |
integer |
|
|
The number of page view events recorded for this session. |
integer |
|
|
The operating system used in this session. |
string |
|
|
The user agent used in this session. |
string |
|
|
The UTM campaign included in this session. |
string |
|
|
The UTM content included in this session. |
string |
|
|
The UTM medium included in this session. |
string |
|
|
The UTM source included in this session. |
string |
|
|
The UTM term included in this session. |
string |
|