For Workers & Pages, what is the name of the domain?
What is the issue or error you’re encountering
I need to write cookie with name “gaclientid” with user number retrieved from _ga cookie
What steps have you taken to resolve the issue?
I’ve read about system.clientKV Zaraz Context · Cloudflare Zaraz docs
It says:
“The keys inside the system.clientKV object are formatted as Tool ID, underscore, Key name. Assuming you want to read the value of the ga4 key used by a tool with ID abcd, the path would be system.clientKV.abcd_ga4.”
I don’t understand what is Tool ID.
Could someone help with how exactly should I use it?