Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ga_session_id is unique identifier on Google Analytics?

I checked the official docs here: https://support.google.com/firebase/answer/7061705?hl=en

enter image description here

But, when I checked my data, there are several user_id and user_pseudo_id in one ga_session_id. How is it possible?

enter image description here

like image 938
Sihyun Kwon Avatar asked Sep 15 '25 22:09

Sihyun Kwon


1 Answers

ga_session_id is not supposed to be globally unique (afaik it's based on a skewed in-device timestamp) but in most circumstances (except for edge cases) it should be locally unique for a given user_pseudo_id

like image 196
Romulo Carvalho Avatar answered Sep 17 '25 12:09

Romulo Carvalho