Hello,I have 2 questions.
Question 1Is the sessions that Amplitude measures the total number of sessions for the entire website?
Question 2How can I measure the sessions of each internal page?
Thank you very much for your help.
Hi Huber - thanks for your questions!
For more details on sessions, I recommend first reviewing this documentation: https://help.amplitude.com/hc/en-us/articles/115002323627
Q1) If you’re using our SDKs to track events and sessions, a session starts when the SDK is initialized and ends when the user has not logged an event for 5 minutes (mobile) or 30 minutes (web). You can also set your own custom timeout if 5 and 30 minutes does not make sense for your site. Essentially, the sessions that are tracked should be across the entire website, assuming you have instrumented events throughout your site.
Q2) It sounds like you may be interested in seeing a user’s duration spent on a page. If that’s the case, then please see this article regarding how to instrument duration as an event property:
Hope this information helps! Please let us know if you have any questions.
HI Tracy,Thanks for your answer.
To better explain my question, I explain an example.
My main page is "www.my-page.com"My Internal Pages are:"www.my-page.com/my-internal-page-1""www.my-page.com/my-internal-page-2""www.my-page.com/my-internal-page-3"
What I need to know are the sessions of each internal page.When creating a new chart, Is there a filter that allows specifying the page of which you want to know the sessions?
Greetings.
Hey Huber For your use case, you need to have your page view events instrumented and the page path/urls sent as event properties alongside the event. More on how to structure page view events in here .
You can then use the where clause to filter on the interested page url on which you want to measure the session counts. You can either measure this using the event segmentation chart approach or the user sessions chart, whichever suits better for your use case.
Hope this helps.
Hi, When I add a chart (widget) to my dashboard, and then go to the content and modify the chart (I user another type for exemple) and save, my dashboard doesn't reflect the latest modification. Would you by any chance know why ? Thank you
Hi, I am doing a simple analysis : number of views for each pages of my website. So I use Segmentation but I always end up with a chart AND the table below. I want to display only the table (easier to read). Is it possible and how ? Thank you
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…