CookieIdContext

A GlobalContext describing information needed to reconstruct a user session.

graph LR AbstractContext["AbstractContext<span class='properties'>id: string<br /></span>"] --> AbstractGlobalContext; AbstractGlobalContext --> CookieIdContext["CookieIdContext<span class='properties'>cookie_id: string<br /></span>"]; class CookieIdContext diagramActive click AbstractGlobalContext "/docs/taxonomy/global-contexts" "See details" _self

Diagram: CookieIdContext inheritance

Properties

typedescription
cookie_idstringUnique identifier from the session cookie.

Inherited Properties

typedescription
idstringA unique string identifier to be combined with the Context Type (_type) for Context instance uniqueness.
setting of properties

The collector will automatically set all the properties and assign a cookie_id.