이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.
The funnel widget visualizes conversion rates across user workflows and end-to-end user journeys.
Setup
Configuration
- Choose the data to graph:
- Select View or Action and choose a query from the dropdown menu.
- Click the + button and select another query from the dropdown menu to visualize the funnel. See the RUM Visualize documentation for more information on visualizing Funnel analysis.
Options
Global time
On screenboards and notebooks, choose whether your widget has a custom timeframe or uses the global timeframe.
API
This widget can be used with the Dashboards API. See the following table for the widget JSON schema definition:
Expand All
Request payload used to query items.
Source from which to query items to display in the funnel.
Allowed enum values: rum
default: rum
Widget request type.
Allowed enum values: funnel
Time setting for the widget.
The available timeframes depend on the widget you are using.
Allowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,week_to_date,month_to_date,1y,alert
How to align the text on the widget.
Allowed enum values: center,left,right
Type of funnel widget.
Allowed enum values: funnel
default: funnel
{
"requests": [
{
"query": {
"data_source": "rum",
"query_string": "@browser.name:Chrome",
"steps": [
{
"facet": "@view.name",
"value": "/apm/home"
}
]
},
"request_type": "funnel"
}
],
"time": {
"live_span": "5m"
},
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "funnel"
}
Further Reading
Additional helpful documentation, links, and articles: