ApplicationContext
A GlobalContext describing in which app the event happens, like a website or iOS app.
graph LR
AbstractContext["AbstractContext<span class='properties'>id: string<br /></span>"] --> AbstractGlobalContext;
AbstractGlobalContext --> ApplicationContext;
class ApplicationContext diagramActive
click AbstractGlobalContext "/docs/taxonomy/global-contexts" "See details" _self
Diagram: ApplicationContext inheritance
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 properties and factor this context. On manual creation, id must be provided.