Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@amplitude/engagement-browser

sdk.dev112.7kMIT1.0.0TypeScript support: included

Official Amplitude SDK for Web

guides, surveys, engagement, amplitude

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.