POST
methodfrom
) to get subsequent sessions.from
to be 100 and this time you will get documents from 100 to 200 and so on.segmentId
to get the sessions for that segment. To get the segment Id, you can go to the list of Segments and click on View Analytics for the desired segment. select:
userId
: User ID, as provided by identify
call duration
: Duration in milliseconds of the session.inactiveTime
: Duration during which user was inactive during the session (milliseconds).activeTime
: Difference between duration and inactiveTime (milliseconds).urls
: URL's visited in the sessiontimestamp
: Unix timestamp in milliseconds since the epoch of the start of the sessionpageCount
: Number of pages visitedeventCount
: Number of events foundname
: Name if provided in identify
callemail
: Email if provided in identify
calltags
: Tags if provided in identify
calllandingPage
: Landing Page of sessionutm_source/utm_medium/utm_campaign/utm_term/utm_content
: UTM Parametersbrowser
: User's Browseros
: Operating Systemdevice
: User's deviceisMobile
: If the device is considered to be Mobileip
: IP from which session originatedcity
: City detected (based on IP)country
: Country detected (based on IP)domain
: Domain from which session was recordedreferrer
: Referrer of the session (only the domain)