This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Amplitude

Overview

The Amplitude connector pulls data from Amplitude API. The connector can sync active users, new users, annotations, average sessions, cohorts and events.

Amplitude exposes following collections: active_users, annotations, average_sessions, cohorts, events, new_users

How to connect

  • Go to the Amplitude Project settings page
  • Save API Key and Secret Key value. It is used as API Secret in Jitsu UI. Only Amplitude Admins and Managers can view API credentials on Amplitude project settings page.

Connection Parameters

ParameterDocumentation
api_key*
string
(required)
Amplitude API Key from project settings page. Only Amplitude Admins and Managers can view the API Key.
secret_key*
string
(required)
Amplitude Secret Key from project settings page. Only Amplitude Admins and Managers can view the Secret Key.
server
string
(not required)
Alternative Amplitude server hostname
For project with EU data residency set:
https://analytics.eu.amplitude.com

Collection parameters

Collection is a set of objects that have the same structure and will be mapped to the same table in destination database. Collection may be configurable, and connector can synchronize several collection of the same type. If you're familiar with object-oriented programming, think of collection as class which can have multiple instances.

Amplitude exposes following collections: active_users, annotations, average_sessions, cohorts, events, new_users

Collection configuration: active_users

This collection has no config parameters

Collection configuration: annotations

This collection has no config parameters

Collection configuration: average_sessions

This collection has no config parameters

Collection configuration: cohorts

This collection has no config parameters

Collection configuration: events

This collection has no config parameters

Collection configuration: new_users

This collection has no config parameters