JS Backend SDK Backend SessionActivity object 
The Backend SessionActivity object The Backend SessionActivity object models the activity of a user session, capturing details such as the device type, browser information, and geographical location.
Name   browserName?Type stringDescription The name of the browser from which this session activity occurred.
Name   browserVersion?Type stringDescription The version of the browser from which this session activity occurred.
Name   city?Type stringDescription The city from which this session activity occurred. Resolved by IP address geo-location.
Name   country?Type stringDescription The country from which this session activity occurred. Resolved by IP address geo-location.
Name   deviceType?Type stringDescription The type of the device which was used in this session activity.
Name   idType stringDescription The unique identifier for the session activity record.
Name   ipAddress?Type stringDescription The IP address from which this session activity originated.
Name   isMobileType booleanDescription Will be set to true if the session activity came from a mobile device. Set to false otherwise.
Last updated on Oct 21, 2025