How do you define a completed session? Does it only count the sessions which lasted for at least 30 minutes?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Check this doc for web data
Mobile is different as you specify it.
lifecycleTimeout | 4.0 | Default value is 300 seconds. Specifies the length of time, in seconds, that must elapse between the time the app launches but before the launch is considered to be a new session. This timeout also applies when your application is sent to the background and reactivated. The time that your app spends in the background is not included in the session length. |
lifecycleTimeout | 4.0 | Default value is 300 seconds. Specifies the length of time, in seconds, that must elapse between the time the app launches but before the launch is considered to be a new session. This timeout also applies when your application is sent to the background and reactivated. The time that your app spends in the background is not included in the session length. |
NOTICE: visits are still incremented for mobile apps but should not be used and instead launches should be used.
Finally since last MR you can modify how a visit is calculated in a Virtual Report suite: Mobile Visit Processing see this video explaining it as well Context-Aware Sessions in Virtual Report Suites - YouTube
Views
Replies
Total Likes
Check this doc for web data
Mobile is different as you specify it.
lifecycleTimeout | 4.0 | Default value is 300 seconds. Specifies the length of time, in seconds, that must elapse between the time the app launches but before the launch is considered to be a new session. This timeout also applies when your application is sent to the background and reactivated. The time that your app spends in the background is not included in the session length. |
lifecycleTimeout | 4.0 | Default value is 300 seconds. Specifies the length of time, in seconds, that must elapse between the time the app launches but before the launch is considered to be a new session. This timeout also applies when your application is sent to the background and reactivated. The time that your app spends in the background is not included in the session length. |
NOTICE: visits are still incremented for mobile apps but should not be used and instead launches should be used.
Finally since last MR you can modify how a visit is calculated in a Virtual Report suite: Mobile Visit Processing see this video explaining it as well Context-Aware Sessions in Virtual Report Suites - YouTube
Views
Replies
Total Likes
to add to above, if you are using data feed this documentation explains how to calculate a visit Calculating Metrics
Visits |
*In rare circumstances, internet irregularities, system irregularities, or the use of custom visitor IDs can result in duplicate visit_num values for the same visitor ID that are not the same visit. To avoid resulting issues, also include visit_start_time_gmt when counting visits. |
Views
Replies
Total Likes
here is an article that I wrote about mobile sessions back when I was in support Mobile Session Calculation
Views
Replies
Total Likes