I want to download session data but haven’t found the feature, what I found was just downloading the user data. How to download session data? Thank you
Hey devyhappy5
By session data, do you mean the stats shown in your current session length distribution bar chart?If yes, then only the Export CSV option on the table breakdown will be able to give you that.
As you mentioned, the Microscope feature currently helps you download only user data.
Let me know if I have interpreted your use case correctly. Hope this helps.
By session data, do you mean the stats shown in your current session length distribution bar chart? If yes, then only the Export CSV option on the table breakdown will be able to give you that.
Hi Saish Redkar, thanks for your answer. Yes, the Microscope feature currently helps to download only user data. I wont to download the session raw data of bar chart who i shown, is it possible?
HI devyhappy5 ,
I agree with Saish Redkar here! While you could use the Dashboard REST API to get certain session values and you can also use it to query an existing chart, I don’t think you will get exactly the information you are looking for but I hope it helps!
KInd Regards,
Denis
Hey devyhappy5The Export CSV looks the quickest option to get a fair bit of stats shown on that chart.There isn’t any specific “raw session data” to be precise since Amplitude crunches your raw event data using the various timestamps to generate the session charts.
As Denis said, you can also try the Dashboard REST API to see if that format works for your use case.
Hi Saish Redkar Denis Holmes
Thanks a ton for your answers. Helped me clarify things in Amplitude.Best Regards,
Devy
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…