SessionContext
A GlobalContext describing meta information about the current session.
graph LR
AbstractContext["AbstractContext<span class='properties'>id: string<br /></span>"] --> AbstractGlobalContext;
AbstractGlobalContext --> SessionContext["SessionContext<span class='properties'>hit_number: integer<br /></span>"];
class SessionContext diagramActive
click AbstractGlobalContext "/docs/taxonomy/global-contexts" "See details" _self
Diagram: SessionContext inheritance
Properties
| type | description | |
|---|---|---|
| hit_number | integer | Hit counter relative to the current session, this event originated in. |
Inherited Properties
| type | description | |
|---|---|---|
| id | string | A unique string identifier to be combined with the Context Type (_type) for Context instance uniqueness. |
setting of properties
The tracker will automatically set all the properties and assign a hit_number.