Blocks
Amplitude
Product analytics platform for understanding user behavior and driving growth.
Integrate with Amplitude to analyze user behavior, build data-driven product experiences, and drive business growth. Amplitude provides powerful product analytics with behavioral cohorts, funnels, retention analysis, and real-time insights to help you understand what makes users engage, convert, and retain.
Block Preview
Amplitude
Product analytics platform for understanding user behavior and driving growth.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the amplitude block with monitoring enabled in production.
Inputs (UI)
Amplitude API Key
short-inputPlaceholder: Enter your Amplitude API key
Layout: full
Secret Key
short-inputPlaceholder: Enter your Amplitude secret key
Layout: full
Operation
dropdownLayout: full
Options: Send Event, Identify User, Export Data, Get Cohorts
User ID
short-inputPlaceholder: user123
Layout: half
Condition: operation = ["send_event","identify_user"]
Device ID (Optional)
short-inputPlaceholder: device123
Layout: half
Condition: operation = ["send_event","identify_user"]
Event Type
short-inputPlaceholder: Button Clicked
Layout: full
Condition: operation = "send_event"
Event Properties (JSON)
codePlaceholder: {"button_name": "Submit", "page": "Checkout"}
Layout: full
Condition: operation = "send_event"
User Properties (JSON)
codePlaceholder: {"plan": "premium", "email": "user@example.com"}
Layout: full
Condition: operation = "identify_user"
Start Date
short-inputPlaceholder: YYYYMMDD
Layout: half
Condition: operation = "export_data"
End Date
short-inputPlaceholder: YYYYMMDD
Layout: half
Condition: operation = "export_data"
Inputs (API)
credential
stringRequired
secretKey
stringOptional
operation
stringRequired
userId
stringOptional
deviceId
stringOptional
eventType
stringOptional
eventProperties
jsonOptional
userProperties
jsonOptional
startDate
stringOptional
endDate
stringOptional
Outputs
Primary response type:
{
"data": "json"
}