the site have a cloudflare and whenever i do a get request i can’t find the “ga_client_id”
i am wondering if it is possible to generate it or not since it have unxitime part
here it is the id “ga_client_id”:“173697237.1744756596” i am trying to make
any idea ??
It’s Google analytics, can generate first number and second number gotta check if it’s actual timestamp or an expiration timestamp (add some hours to actual timestamp).
Anyway generally you can just remove all Google Analytics cookiea and requests will work.
i am sure that the second part is unixtime “1744756596” the problem is just with the first time it looks for me like unixtime minus some minutes or seconds
u mean i send second get request after the first one and in the second i remove the cookies the site using cloudflare there is no way for that to be from the site ?