how to merge -1 session id events with others
I had a similar question a while ago ( on pathfinder with no end session events) and here’s the response I got from the support team which might help you :
“Since the events don't have a session ID (session ID = -1), the Pathfinder chart returns results as if all of the events belong to one giant super session. So, the returned paths may span more than one actual user session. Pathfinder adds Start Session & End Session events to the start and end of the paths that it returns because with an absent session ID, it cannot determine where these events should be placed. So with Pathfinder and events with session ID = -1, results will populate, and the result may not be accurate.”
Hey pawan
Since these events are coming with -1 as session id, they are out-of-session events. From what I understand, you want to include and merge them as in-session events?
You can try to use the custom session property option and see if that suits your use case.
hey thanks but i like to keep the session definition of amplitude as it is,
my question is if i send events with same user_id after those -1 session events then will it show in same journey path (under one user_id path) right ?
Hi pawan ! If you are referring to the Pathfinder chart, then yes Pathfinder returns results as if all of the events belong to one giant super session. So, the returned paths may span more than 1 actual user session. As mentioned in our documentation, Pathfinder results will not be accurate if session_id is -1 especially if you are looking for session-based analysis.
If your session ID is -1, then this is how it will impact the following charts:
If you are referring to a Funnel chart and holding session id constant, then yes, if you send events with same user_id and -1 session id then all of the -1 session id events will be counted in the same funnel path under that user_id.
Thanks for detailed explanation, see this is my scenario i have an event called video_played which i send when i play video
now business question is - How many videos does an individual play (in a session and across sessions)
now which chart will be most relevant for this ?
I think the User Session chart’s Count Events performed within sessions should help in that -
https://analytics.amplitude.com/demo/chart/new/tpj28b9
Why session Id is added as -1? How should i bring the correct session_id to tag the user events on specific session?could some one help here to implement
Hi everyone, We're using Amplitude's S3 export and noticed that for every export batch, two files are created in our bucket: 1. A `_complete` file (0 bytes, seems to be a flag/marker) 2. A `.json.gz` file (the actual event data) The actual data lives entirely in the `.json.gz` file, so the `_complete` file doesn't seem to…
Hello, We have a blank screen after adding in Amplitude/Session replay into our app, it seems like some windows appear for a breif second before dissapearing back to the black screen. Currently are app is NOT using Jetpack compose. This is on a samsung active 3,
Hi, I set integration between Amplitude and Appsflyer(V1) - I see that integration is active but when I'm trying to check this integration in Amplitude section “Connect AppsFlyer” on the second step I see “Listening..” and nothing happend. Does this second step show any activity only if I begin sending events from…
I want to be able to identify and track the users that are hitting a specific page (feature) that is limited by our product tiering in our multi-tenant SaaS app. Our customer businesses have their own segmented dashboard based on the subdomain of the app url (somebusiness.ourapp.com), and I have figured out how to capture…
Hi there, I'm trying to integrate the surveys for react native feature to our app. I've followed the guide and I verify the plugin is "booted" correctly (right user id and device id) but when opening a link, while the linking handlers are correctly triggered, the call to handleURL is returning false - I've verified the url…