Orbee Analytics¶
The Orbee Analytics plugin is a special plugin that fires all events collected in the Web SDK and sends them to Orbee's Event Collector.
Each event is packaged and queued to be sent to Orbee, and utilizes different techniques to guarantee no data is lost in transit.
Installation¶
This plugin requires no additional installation to be used correctly.
Configuration¶
This plugin provides the following configuration variables:
Variable | Type | Required | Description |
---|---|---|---|
trackers | object | yes | an array of trackers |
trackers[].identifier | string | yes | the identifier of the tracker, provided by Orbee |
trackers[].enableEventSync | bool | no | whether the tracker needs to store an event-sync cookie |
Methods¶
This plugin has no public methods.
Events¶
Generated¶
This plugin generates no events.
Listening¶
This plugin does not listen for any specific event; any event with the event
key will be sent to Orbee. See the
Event Spec
for more details.
Dependencies¶
This plugin does not depend on any other services or plugins.
Last update:
2023-04-13