@amplitude/engagement-browser
Version:
Official Amplitude SDK for Web
17 lines (11 loc) • 551 B
Markdown
Amplitude's Guides and Surveys SDK enables you to deploy Guides and Surveys on your website or application.
## Installation
```bash
npm install @amplitude/engagement-browser
```
Import Guides and Surveys into your project:
```javascript
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](https://amplitude.com/docs/guides-and-surveys/sdk).