Install the Event Collector

This package listens for and handles events sent from the Adobe Commerce Events SDK. It runs as a side effect and is meant to be a convenience for users who want to send events to Adobe Commerce for processing.

data-variant=info
data-slots=text
If you are using the Data Connection module, you can skip this topic as the module deploys the Adobe Commerce Event Collector for you. Learn more.

Installation

The collector can be used as a hosted script, or bundled in a JavaScript application. The script version is hosted on cdn, and the bundled version is hosted on npm.

data-variant=info
data-slots=text
To avoid any issues, make sure you keep the script or bundled version up to date with the latest release.

Quick Start

After loading the collector script, or importing the package as shown below, there is nothing else to configure.

import "@adobe/magento-storefront-event-collector";

The collector then begins listening for events. When these events are fired, the collector runs the associated handler and sends the event along with any relevant information to Adobe Commerce for further processing.

Support

If you have any questions or encounter any issues, reach out here: