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.
Funnel analysis helps you track conversion rates across key workflows to identify and address any bottlenecks in end-to-end user journeys. 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
Used for arbitrary live span times, such as 17 minutes or 6 hours.
Type "live" denotes a live span in the new format.
Allowed enum values: live
Unit of the time span.
Allowed enum values: minute,hour,day,week,month,year
Used for fixed span times, such as 'March 1 to March 7'.
Start time in seconds since epoch.
End time in seconds since epoch.
Type "fixed" denotes a fixed span.
Allowed enum values: fixed
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: