Objects
/GetListSessionsResponse
GetListSessionsResponse
GetListSessionsResponse
totalinteger
Total number of sessions matching the querypageobject
numinteger
Current page numbersizeinteger
Number of items per page
sessionsarray of object
List of session objectsidstring
Unique identifier for the sessionwebsite_idstring
ID of the website where the session was recordedsession_urlstring
URL to view the session in LiveSession dashboardcreation_timestampinteger
Unix timestamp when the session was createddurationinteger
Total duration of the session in secondsend_timestampinteger
Unix timestamp when the session endedactive_timeinteger
Total time the user was actively interacting with the page in secondsend_urlstring
The last URL visited during the sessionexpiration_timestampinteger
Unix timestamp when the session recording will expirelast_event_timestampinteger
Unix timestamp of the last event recorded in the sessionproductstring
Product identifier associated with the sessiondevicestring
Device type (e.g., desktop, mobile, tablet)tagsarray of string
Custom tags associated with the sessionlast_seen_page_view_idstring
ID of the last page view in the sessionseenboolean
Whether the session has been viewed in the dashboardreferrerstring
URL where the user came from before starting the sessionstart_urlstring
First URL visited during the sessionvisitor_first_sessionboolean
Whether this is the visitor's first sessionengagment_scorenumber
Calculated engagement score for the session (0-100)visitorobject
idstring
Unique identifier for the visitoripstring
IP address of the visitorgeolocationobject
country_codestring
Two-letter country code (ISO 3166-1 alpha-2)citystring
City nameregionstring
Region or state name
namestring
Name of the visitor if identifiedemailstring
Email address of the visitor if identifiedemail_hashstring
Hashed version of the visitor's email for privacyparamsarray of object
Custom parameters associated with the visitornamestring
Parameter namevaluestring
Parameter value
last_session_timestampinteger
Unix timestamp of the visitor's last sessionfirst_session_timestampinteger
Unix timestamp of the visitor's first session
resolutionobject
heightinteger
Screen height in pixelswidthinteger
Screen width in pixelsresolutionstring
Screen resolution (e.g., "1920x1080")
osobject
namestring
Operating system name (e.g., Windows, macOS, iOS)versionstring
Operating system version
browserobject
descriptionstring
Full browser description stringnamestring
Browser name (e.g., Chrome, Firefox, Safari)versionstring
Browser version
utmobject
sourcestring
UTM source parameter (e.g., google, facebook)mediumstring
UTM medium parameter (e.g., cpc, social)campaignstring
UTM campaign parametertermstring
UTM term parameter (search keywords)contentstring
UTM content parameter
page_views_statisticsobject
countinteger
Total number of page views in the session
events_statisticsobject
clicksinteger
Total number of clicks during the sessionerror_clicksinteger
Number of clicks on error elementsrage_clicksinteger
Number of rapid clicks indicating user frustrationerror_logsinteger
Number of JavaScript errors loggednet_errorsinteger
Number of network errors encountered
Example
{ "total": 0, "page": { "num": 0, "size": 0 }, "sessions": [ { "id": "", "website_id": "", "session_url": "", "creation_timestamp": 0, "duration": 0, "end_timestamp": 0, "active_time": 0, "end_url": "", "expiration_timestamp": 0, "last_event_timestamp": 0, "product": "", "device": "", "tags": [], "last_seen_page_view_id": "", "seen": false, "referrer": "", "start_url": "", "visitor_first_session": false, "engagment_score": 0, "visitor": { "id": "", "ip": "", "geolocation": { "country_code": "", "city": "", "region": "" }, "name": "", "email": "", "email_hash": "", "params": [ { "name": "", "value": "" } ], "last_session_timestamp": 0, "first_session_timestamp": 0, "__UNSAFE_refPath": null }, "resolution": { "height": 0, "width": 0, "resolution": "" }, "os": { "name": "", "version": "" }, "browser": { "description": "", "name": "", "version": "" }, "utm": { "source": "", "medium": "", "campaign": "", "term": "", "content": "" }, "page_views_statistics": { "count": 0 }, "events_statistics": { "clicks": 0, "error_clicks": 0, "rage_clicks": 0, "error_logs": 0, "net_errors": 0 }, "__UNSAFE_refPath": null } ], "__UNSAFE_refPath": null }
Built with
Show your support! Star us on GitHub ⭐️