Amplitude Destination
UpdatedAbout this integration
Amplitude is a platform designed to track events and segment data on websites and mobile applications. With Amplitude, you can analyze user actions to gain valuable insights into the behaviors that drive engagement, retention, and conversion.
We use Amplitude’s v2 API
While we show the schemas that we map data to below, you’ll need to check out Amplitude’s documentation to learn more about their API.
Getting started
Go to Data & Integrations > Integrations and select the Amplitude entry in the Directory tab.
(Optional) Select the data sources that you want to connect to your outbound integration. You can always connect data sources later. We’ll only show you data sources that work with your integration.
Configure your integration.
Api Key: Amplitude project API key. You can find this key in the "General" tab of your Amplitude project.
Secret Key: Amplitude project secret key. You can find this key in the "General" tab of your Amplitude project.
Endpoint: The region to send your data.
Click Enable Destination.
Actions
When you’re done setting things up, you can go to the Actions tab to see how we map incoming data to your integration.
Log Event
Default Trigger: type = “track”
Send an event to Amplitude.
Identify User
Default Trigger: type = “identify”
Set the user ID for a particular device ID or update user properties without sending an event to Amplitude.
Map User
Default Trigger: type = “alias”
Merge two users together that would otherwise have different User IDs tracked in Amplitude.
Group Identify User
Default Trigger: type = “group”
Set or update properties of particular groups. Note that these updates will only affect events going forward.
Log Purchase
Default Trigger: type = “track”
Send an event to Amplitude.
Log Event V2
Default Trigger: type = “track”
Send an event to Amplitude