Average Session Time Calculation

Hello everyone, in my game, I have a start screen that teleports you to the main game where the actual game is being played.

Now, I have a bit of a question about this.
How is the average session time calculated? (TimeSpentInStartScreen + TimeSpentInMainGame) or each place calculated separately because I think it can affect how my game is being recommended.

Thanks beforehand.