DoubleLoop integrates with your data sources like Snowflake, BigQuery, and Redshift to visualize what makes your business tick. Model your business drivers, import your metrics, instantly see correlations, and send reports to Slack. Product analysts use DoubleLoop to focus on the right metrics and put data into action. Product managers use DoubleLoop to orient their squads on outcomes, not features.
Resource | Description |
---|
Resource | Description |
---|---|
GET /api/events/:id | Fetch an event w/metadata |
POST /api/events/v1 | Add an event (token auth) |
POST /api/events | Add an event (token auth) |
GET /api/events/:id/metrics | Get an event/events containers metrics |
GET /api/events/:id/basic_cards | Get an event/events containers cards |
Resource | Description |
---|---|
GET /api/metric_sources/v1 | Get the list of available metric sources (token auth) |
GET /api/metric_sources | Get the list of available metric sources (token auth) |
Resource | Description |
---|---|
GET /api/metrics | Fetch a list of metrics |
POST /api/metrics/v1 | Add a metric data point (token auth) |
POST /api/metrics | Add a metric data point (token auth) |
Resource | Description |
---|---|
GET /api/users/me | Fetch the current user |