What is default google analytics session timeout for Android mobile app? -


android ga documentation bit confusing

the java api says default timeout 30 seconds.

https://developers.google.com/android/reference/com/google/android/gms/analytics/tracker.html#setsessiontimeout(long)

however same document says ga_sessiontimeout 1800 30 minutes.

ga_sessiontimeout(int) - time (in seconds) app can stay in background before new session started. setting negative number result in new session never being started. default 1800 seconds (30 minutes).

https://developers.google.com/analytics/devguides/collection/android/v4/sessions

and actual experiment shows timeout 300 seconds. know timeout value session android application? unfortunately tracker object doesn't have method, or other methods figure out value me.

what google analytics session timeout setting on? go admin > property column (middle column) > js tracking info > session settings

the default timeout 30 minutes, unless has changed timeout value.

i well-versed google analytics administrative standpoint, , have found documentation misleading @ times. default value not static, contrary google docs imply.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -