Amplitude integration (Data). Imported from open-connector.
https://amplitude.com/api/2/events/list
| Param | Type | Required | Description |
|---|---|---|---|
| dataResidency | string | optional | The Amplitude data residency region. |
/api/2/events/segmentation
| Param | Type | Required | Description |
|---|---|---|---|
| event | object | required | An Amplitude event query object. |
| secondEvent | object | optional | An Amplitude event query object. |
| start | string | required | A date formatted as YYYYMMDD. |
| end | string | required | A date formatted as YYYYMMDD. |
| metric | string | optional | The Amplitude segmentation metric. |
| userType | string | optional | The Amplitude user type filter. |
| interval | integer | optional | The Amplitude interval value, such as 1, 7, or 30. |
| segments | array | optional | Amplitude segment definitions. |
| groupBy | string | optional | The Amplitude property name to group by. |
| secondGroupBy | string | optional | The second Amplitude property name to group by. |
| limit | integer | optional | The maximum number of group-by values to return. |
| formula | string | optional | The Amplitude custom formula expression. |
| rollingWindow | integer | optional | The rolling window size. |
| rollingAverage | integer | optional | The rolling average size. |
| dataResidency | string | optional | The Amplitude data residency region. |
/api/2/usersearch
| Param | Type | Required | Description |
|---|---|---|---|
| user | string | required | The Amplitude ID, device ID, user ID, or user ID prefix to search. |
| dataResidency | string | optional | The Amplitude data residency region. |
/api/2/useractivity
| Param | Type | Required | Description |
|---|---|---|---|
| user | string | required | The Amplitude ID of the user. |
| offset | integer | optional | The zero-indexed offset from the most recent event. |
| limit | integer | optional | The number of events to return. |
| direction | string | optional | The event direction to return. |
| dataResidency | string | optional | The Amplitude data residency region. |