Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
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,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
Documentation, liens et articles supplémentaires utiles: