이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Overview
Funnel analysis helps you track conversion rates across key workflows to identify and address any bottlenecks in end-to-end journey paths. Specifically, you can:
- See if customers drop off at a certain point due to poor website performance
- Track how the conversion rate changes over time as new features are built
- Assess how adding new steps to a workflow impacts dropoff rate
- Measure the average time to convert
- Filter on individual events at different steps in your funnel
- Combine multiple events within a given step, as end users might have different ways to achieve the same outcome through different flows
Build a funnel
To start building a funnel, navigate to Product Analytics, then select Create New > Funnel.
Select the user steps that start the funnel, and use Add step to add additional steps. Drag and drop steps to reorder them in the funnel.
Add filters
You can filter users globally, or for specific steps:
To apply global filters to the entire funnel, select Filter by and choose your options.
To filter users on an individual step, select the filter icon for that step and choose your options. Filtering on a step provides insight into how user behavior changes based on a particular constraint on that step. For example, you may want to see how a specific device, operating system, or geolocation impacts conversion at a particular step.
Combine events
You can combine multiple events within a single funnel step, to account for end users achieving the same outcome through different flows. When combining events, any included event can trigger step conversion, using “or” logic. The Funnel Chart for a combined step shows data for all events that it contains.
To add multiple events to a step, click the or button next to an existing event.
Compare data
Select Compare, then choose one of the options below to compare funnel data in different ways:
By breakdown: Group data by a specific attribute, like device type or geolocation. You can also adjust whether to show the top (most common) or bottom (least common) values within the attribute, and how many values to include.
By property or segment: Compare multiple user segments or user attributes side by side.
- To compare user segments, select the segments you want to compare.
- To compare a user attribute, select a property (such as Browser Name or Country), then choose the values you want to compare (such as Firefox, Chrome, and Safari).
By time: Compare conversion data side by side between time periods.
Refine conversion insights
You can further analyze the information on the funnel page to understand your site’s effectiveness in driving conversions. A conversion occurs when a user completes the last step defined in the funnel.
Use the dropdown above the chart side panel to select different conversion analysis views. Conversion analysis is available by:
Unique converted sessions: Conversions where all steps were completed with the same @session.id.
Unique converted users: Conversions where the same individual user, tracked by @user.id, completed all steps.
Unique converted accounts: Conversions where the same account, tracked by @account.id, completed all steps. This analysis is useful for identifying conversions completed by signed-in users across a longer period of time than the @user.id facet persists.
Total conversions: Total conversions across sessions, users, or accounts.
Time to convert: A timeseries view of conversions by sessions, users, or accounts.
For any conversion analysis view, you can choose to view conversions by count or rate, and view data for all steps or individual steps. For conversion views by user or account, you can adjust the time frame within which a conversion must occur.
Conversion computing metrics
How Datadog computes conversion metrics
Consider a funnel with events A → B → C and event steps A, A, A, B, C, C.
In this case, Datadog counts one conversion. This is because the conversion calculation matches only the first occurrence of event A and the first occurrence of event C in the sequence.
To further illustrate, if the user performs the event sequence A, A, A, B, C, C, A, B, C, Datadog counts two conversions. The first conversion completes with the sequence A, A, A, B, C, C, and the second conversion completes with the following sequence of A, B, C.
Any action or view that happens between two steps in a funnel does not impact the step-by-step or overall conversion rate. As long as step A and C happen in the right order in a given session at least once, it counts as a single converted session.
Datadog calculates the average time between steps by averaging the total duration between the first and last step of each conversion over the total number of steps.
If you analyze your funnel by user or by account, you can define your conversion time frame in hours or days since the first event. The default time frame for conversions is one day (a 24-hour window, not a calendar date) to determine if a conversion happened.
Conversion counting methods
When computing your conversions, select how conversions are counted by choosing a unique conversion option (sessions, users, or accounts) or the Total Conversion Count option in your conversion visualization.
Unique: Counts a conversion only once per session, user, or account. For example, if the user completes the funnel sequence A → B → C multiple times within the same session (A, B, C, A, B, C), it counts as one conversion.
Total: Counts a conversion each time the same session ID, user, or account completes the defined funnel. Using the same example (A, B, C, A, B, C), this method counts two conversions. The Total setting counts complete flows, not the number of times an intermediate step is repeated.
Change the visualization
After you’ve defined the step events and conversion measurement, you can switch to a different visualization to better understand user conversions for your app.
Timeseries
Viewing the funnel as a timeseries can be helpful in understanding conversion trends. You can select the time period for graphing the conversion, and can view conversions as an absolute count or a rate.
Query value
The query value visualization displays the current value of a metric.
Top list
The top list visualization identifies the top values from a facet based on a chosen measure.
View conversion drivers and journey paths
To gain more context about user conversions and dropoffs, click on a funnel step to access conversion analysis and journey paths.
Conversion analysis is in Preview.
Conversion analysis: View conversion drivers, user journeys, available user replays for conversions and dropoffs, and user details.
Journey paths: View conversion and dropoff user paths for the selected step sequence, including branching paths to other steps outside of the funnel.
Share a funnel
Funnels can be shared with your teams on dashboards to analyze conversion alongside other telemetry metrics, or in a Notebook to be used for reporting.
You can share the entire visualization or individual widgets.
Further reading