How to generate third field in _ga and _gid?

Viewed 9361

I'm investigate too much on _gid and _ga. And as i know, the definition of them:

_ga: used to identify unique users and it expires after 2 years.

_gid: used to identify unique users and it expires after 24 hours.

Example:

_ga: GA1.3.292651669.1502954402 _gid: GA1.3.974792242.1509957189

From what are the values in _ga cookie?, I know the meaning of each filed in _ga. And it's the same for _gid.

But I don't know how to generate third field, random generated user ID(for _ga:292651669 and for _gid: 974792242).

I tried to delete both _ga & _gid and I get the new couple _ga: GA1.3.2097663971.1509959880 and _gid: GA1.3.1180999143.1509959880. The third fields of both are changed. So how can they generate and how google identify user by them. Assumption I open browser today with a couple of _gid and _ga, and tomorrow, I cleared all cookies, ga will create of new couplw (_gid,_ga).; It means I'm in today that different tomorrow's me.

Please help me.

Thanks & Best Regards,

Jame

1 Answers
Related