Get the API spec
Identity

Identity resolution

Recognizing that two different identifiers — an anonymous cookie, a later login — belong to the same real person.

Identity resolution is the process of recognizing that two different identifiers — an anonymous cookie set before a visitor logs in, and the known user ID they log in as — belong to the same real person. Get it wrong and most experimentation stacks quietly double-count that visitor: once as an anonymous assignment, once as a logged-in one.

The safe way to link identities is to record a relationship, not to rewrite history: an assignment already made under the anonymous key keeps pointing at that key forever, and a read-time lookup resolves a known key to its canonical identity and searches the whole linked cluster instead. See why anonymous-to-identified linking silently corrupts your experiment results for why re-keying is the wrong fix.

Related terms

Run experiments your whole stack can call.

Get the API spec

See exactly why Google and ChatGPT ignore your site

Check your security headers, on-page SEO and AI-crawler readiness in about 30 seconds. No sign-up required.

Audit my site