Skip to main content
Docs

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.

Properties

  • Name
    browserName?
    Type
    string
    Description

    The name of the browser from which this session activity occurred.

  • Name
    browserVersion?
    Type
    string
    Description

    The version of the browser from which this session activity occurred.

  • Name
    city?
    Type
    string
    Description

    The city from which this session activity occurred. Resolved by IP address geo-location.

  • Name
    country?
    Type
    string
    Description

    The country from which this session activity occurred. Resolved by IP address geo-location.

  • Name
    deviceType?
    Type
    string
    Description

    The type of the device which was used in this session activity.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the session activity record.

  • Name
    ipAddress?
    Type
    string
    Description

    The IP address from which this session activity originated.

  • Name
    isMobile
    Type
    boolean
    Description

    Will be set to true if the session activity came from a mobile device. Set to false otherwise.

Feedback

What did you think of this content?

Last updated on