Version: 202601
Get traffic channel options
GET/openapi/2026-01/data-analysis/traffic-channel/options
Retrieve the complete traffic type (first-level) to traffic channel (second-level) mapping. The returned values are the ones accepted by the dimensions filters of the traffic channel report.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
traffic_channels object[]
The complete traffic type (first-level) to traffic channel (second-level) mapping
last_referrer_first_showstring
Traffic type (first-level channel), e.g. "Social"
last_referrer_showsstring[]
Traffic channels (second-level channels) under this traffic type, e.g. ["Facebook", "YouTube", "Instagram"]
{
"code": "string",
"message": "string",
"data": {
"traffic_channels": [
{
"last_referrer_first_show": "string",
"last_referrer_shows": [
"string"
]
}
]
}
}