Is there a way to access _cfduid (or some other “client id”) in a Cloudflare worker? Has it been set by the time the worker runs?
I want to send requests to Google Analytics from the worker, since that will better protect a user’s privacy than loading the JS on the page, but they require a Client ID. I was thinking of using the _cfduid
but I’m not sure how to access that from the worker. Any ideas?