@sitecore-cloudsdk/events/browser
Import path |
|
The browser
module of the Cloud SDK events
package provides the following functions, interfaces, types, and variables to capture and send events from the browser side.
Functions
Work with events using the following functions:
Name |
Description |
---|---|
Used as a method by the | |
Sends a | |
Sends an | |
Sends a | |
Sends a custom event with custom data. | |
Adds an event with a valid payload to the event queue. | |
Sends all the events in the event queue, in the order they were added. | |
Empties the event queue without sending any of the events. |
Interfaces
Structure objects using the following interfaces:
Types
Populate data requests with objects implementing the following types:
Name |
Description |
---|---|
Any custom data to collect about an event in addition to the other attributes provided for the event data. |
Variables
Name |
Description |
---|---|
The Cloud SDK and package name. | |
The name of the installed Cloud SDK package. | |
The version of the installed Cloud SDK package. | |
The name of the initializer method of the Cloud SDK package. |