Triple Whale integration (Data, Marketing). Imported from open-connector.
https://api.triplewhale.com/api/v2/users/api-keys/me
/summary-page/get-data
| Param | Type | Required | Description |
|---|---|---|---|
| shopDomain | string | required | The Shopify shop domain for the Triple Whale store, for example example.myshopi… |
| period | object | required | The Summary Page date range to request. |
| todayHour | integer | optional | — |
/orcabase/api/sql
| Param | Type | Required | Description |
|---|---|---|---|
| shopId | string | required | The Shopify shop domain for the Triple Whale store, for example example.myshopi… |
| query | string | required | The SQL query to execute with @startDate and @endDate parameters. |
| period | object | required | The Custom SQL query date range. |
| currency | string | optional | The currency code for data aggregation, such as USD or EUR. |
/attribution/get-orders-with-journeys-v2
| Param | Type | Required | Description |
|---|---|---|---|
| shop | string | required | The Shopify shop domain for the Triple Whale store, for example example.myshopi… |
| startDate | string | required | The start timestamp for the requested attribution period. |
| endDate | string | required | The end timestamp for the requested attribution period. |
| page | integer | optional | The page number of results to return, starting from 1. |
| pageSize | integer | optional | The number of results per page. |
| excludeJourneyData | boolean | optional | Whether to exclude detailed journey events from each order result. |