Keen IO integration (Data, Developer Tools). Imported from open-connector.
https://api.keen.io/3.0/projects/{projectId}/events/{eventCollection}
| Param | Type | Required | Description |
|---|---|---|---|
| eventCollection | string | required | The Keen event collection that receives the event. |
| event | object | required | The JSON event object published to Keen. |
| projectId | string | required | Path parameter: projectId |
/projects/{projectId}/queries/count
| Param | Type | Required | Description |
|---|---|---|---|
| eventCollection | string | required | The Keen event collection to analyze. |
| timeframe | string | required | The required analysis timeframe accepted by Keen. |
| filters | array | optional | The optional event-property filters applied by Keen. |
| groupBy | string | optional | One or more event properties used to group Keen results. |
| interval | string | optional | The interval used to group Keen results over time. |
| timezone | string | optional | The timezone assigned to relative Keen timeframes. |
| includeMetadata | boolean | optional | Whether Keen should include execution metadata in the response. |
| projectId | string | required | Path parameter: projectId |
/projects/{projectId}/queries/sum
| Param | Type | Required | Description |
|---|---|---|---|
| eventCollection | string | required | The Keen event collection to analyze. |
| timeframe | string | required | The required analysis timeframe accepted by Keen. |
| filters | array | optional | The optional event-property filters applied by Keen. |
| groupBy | string | optional | One or more event properties used to group Keen results. |
| interval | string | optional | The interval used to group Keen results over time. |
| timezone | string | optional | The timezone assigned to relative Keen timeframes. |
| includeMetadata | boolean | optional | Whether Keen should include execution metadata in the response. |
| targetProperty | string | required | The numeric event property that Keen sums. |
| projectId | string | required | Path parameter: projectId |