Channels
Get enriched channel breakdown with UTM parameters for a site.
Channels
Returns enriched channel data combining UTM parameters with referrer information, ranked by visitor count.
Endpoint
GET /api/v1/organizations/:orgId/sites/:siteId/analytics/channels/enriched
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
period | string | No | Time period (day, 7d, 30d, month, 12mo, custom) |
limit | number | No | Maximum number of results (default: 10) |
filters | string | No | JSON-encoded filter array |
Response fields
Returns a wrapped response with channels and currency:
| Field | Type | Description |
|---|---|---|
channels | array | Array of channel entries (see below) |
currency | string | Currency code (e.g. USD) |
Each channel entry:
| Field | Type | Description |
|---|---|---|
channel | string | Channel name |
visitors | number | Unique visitors from this channel |
total_revenue | number | Total revenue from this channel |
top_sources | array | Top sources within the channel (see below) |
Each top_sources entry:
| Field | Type | Description |
|---|---|---|
source | string | Source name |
visitors | number | Unique visitors from this source |
percent | number | Percentage of channel visitors |
Related Endpoints
| Endpoint | Description |
|---|---|
.../analytics/sources | Traffic grouped by top-level source |
.../analytics/referrers | Traffic grouped by normalized referrer domain |
.../analytics/campaigns | Traffic grouped by UTM campaign |