Install multiple instances
Multiple instances (brands in the same organisation or brands across multiple organisations) can be installed at the same time within a browser environment. This is referred to as a multi-instance install.
This is useful when you need to send data to two or more sets of data destinations, where each set has its own identities, event tracking, and configuration.
There are two approaches:
- Static multi-instance - all instances are declared up-front and loaded together on page load. Best for sites that always need the same set of instances active.
- Dynamic multi-instance - instances are created and destroyed at runtime as users navigate. Best for single page applications like marketplaces or multi-vendor platforms where different brands activate on different pages.
See usage for how to interact with the SDK after configuration.
Learn more
Configure multiple instances
Choose the configuration method that matches your installation: Script tag - for sites using the Seeka script tag directly in HTML NPM…
Dynamic multi-instance
Dynamic multi-instance allows Seeka SDK instances to be created and destroyed at runtime as users navigate your application.
Use multiple instances
Learn how to interact with the Seeka Browser SDK when multiple instances are configured.