API Documents///
- Retrieve the population statistics of a funnel and its funnel stages
List of funnels
Create funnel (legacy)
Retrieve funnel by ID
Update funnel (legacy)
Delete funnel (legacy)
Clone funnel
Create funnel
Retrieve funnel by ID
Update funnel
Delete funnel
Retrieve population statistics of funnel stage
Retrieve list of funnel by parent segment
Retrieve the population s...
Retrieve the population history of a funnel. The history is returned per day and those days are calculated in the timezone of the audience.
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences/{audienceId}/funnels/{funnelId}/statistics
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences/{audienceId}/funnels/{funnelId}/statistics
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences/{audienceId}/funnels/{funnelId}/statistics
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences/{audienceId}/funnels/{funnelId}/statistics
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences/{audienceId}/funnels/{funnelId}/statistics
curl -i -X GET \
'https://api-cdp.treasuredata.com/audiences/{audienceId}/funnels/{funnelId}/statistics?from=2019-01-01&to=2019-04-30&limit=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- integer (int64)
- boolean
{ "population": 1000, "stages": [ { … }, { … }, { … } ] }