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.
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
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…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…