How does Firebase Analytics define a session?

前端 未结 2 1563
耶瑟儿~
耶瑟儿~ 2021-02-13 15:39

Firebase Analytics has a number of stats around \"Sessions\" (like \"Sessions per user\" and \"Average session length\"), but how exactly does Firebase Analytics define a sessio

2条回答
  •  爱一瞬间的悲伤
    2021-02-13 16:01

    Adding to Todd Kerpelman's response above, you can customize the definition of a session via FirebaseAnalytics.setMinimumSessionDuration(long millis) and FirebaseAnalytics.setSessionTimeoutDuration(long millis).

    The docs are at: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics

    (Sorry, don't have the reputation to make this a comment)

提交回复
热议问题