JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 82196
  • Score
    100M100P100Q171708F
  • License MIT

Official Amplitude Engagement SDK for Web

Package Exports

  • @amplitude/engagement-browser
  • @amplitude/engagement-browser/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@amplitude/engagement-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Amplitude's Guides and Surveys SDK enables you to deploy Guides and Surveys on your website or application.

Installation

npm install @amplitude/engagement-browser

Import Guides and Surveys into your project:

import { plugin as engagementPlugin } from '@amplitude/engagement-browser';
amplitude.add(engagementPlugin());

For more detailed instructions, including how to use this SDK with third-party analytics providers, please visit the official documentation.