This article helps you:
Create a new Amplitude account and organization
Configure the Amplitude snippet to include the features you want
Amplitude's onboarding helps you to get data into your new organization as quickly as possible.
Once you sign up and activate your account, Amplitude prompts you to connect your first application with a single snippet. Enable Session Replay and Autocapture to enable those features automatically.
1<script src="https://cdn.amplitude.com/libs/analytics-browser-2.11.7-min.js.gz"></script>2<script src="https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.8.1-min.js.gz"></script>3<script>4 window.amplitude.add(window.sessionReplay.plugin({ sampleRate: 1 })).promise.then(function () {5 window.amplitude.init("AMPLITUDE_API_KEY", {6 autocapture: { elementInteractions: true }7 });8 });9</script>
When you add Session Replay to the snippet, Amplitude sets the Sample Rate to 1
. This ensures you can verify the implementation during testing. In production, Amplitude recommends you set this value lower to account for your monthly quota. For more information, see Session Replay Plugin | Sampling rate
Amplitude inserts your API key in the snippet as necessary. Paste the snippet in the head
tag of each page you want to track user behavior, create a feature flag, or build a cohort.
This snippet installs and initializes the Browser SDK and any extra features you enable.
After you install the snippet, browser your site to allow Amplitude to verify that data flows to your project.
When Amplitude verifies that it can receive events, click Next to create your first chart, and optionally save it as a dashboard.
Amplitude supports other integrations, SDKs, and API to help you start sending data.
For these methods, view the associated documentation for help getting started.
Amplitude supports sending test data to get you started. Use any of the following methods:
Thanks for your feedback!
August 28th, 2024
Need help? Contact Support
Visit Amplitude.com
Have a look at the Amplitude Blog
Learn more at Amplitude Academy
© 2024 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.