You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team!
Let's say a new user drops on to my website where I have the system configured with Cloudflare and edge-sdk.
Now how does the anonymous ID generation happen? Since segment doesnot find the user in cloudFlare KV nor in Segment database, when it queries back origin, it injects analytics.js into the webpage and after the page loads, the script calls segment and generates the anonymousID?
Or does it generate the ID in the edge-sdk itself and sets it as a cookie on the server-side when sending back the response? Basically I wanted to know the process of anonymousID generation.
The text was updated successfully, but these errors were encountered:
Hi team!
Let's say a new user drops on to my website where I have the system configured with Cloudflare and edge-sdk.
Now how does the anonymous ID generation happen? Since segment doesnot find the user in cloudFlare KV nor in Segment database, when it queries back origin, it injects analytics.js into the webpage and after the page loads, the script calls segment and generates the anonymousID?
Or does it generate the ID in the edge-sdk itself and sets it as a cookie on the server-side when sending back the response? Basically I wanted to know the process of anonymousID generation.
The text was updated successfully, but these errors were encountered: