- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Retention Analysis measures how often users are successfully returning to a page or action helping you assess the ongoing value of your products and features.
User retention is measured within a given cohort of users that you define. A cohort is a group of users who performed the start event, such as clicking a link. A user in the cohort is considered retained if they subsequently complete the configured return event, such as clicking the same link again or clicking a Proceed to Payment button.
Only views and actions can act as events.
In order for user retention data to populate, you must set the usr.id
attribute in your SDK. See the instructions for sending unique user attributes.
Product analytics support two types of retention event measurements:
For each cohort and return period, Return on
calculates the percentage of users who triggered the return event during that specific period.
Return on
highlights the likelihood of users completing the return event, some period of time (for example, days or weeks), after the start event. This is especially helpful when assessing overall retention across your features and products.
For each cohort and return period, Return on or after
calculates the percentage of users who triggered the return event during that specific period or any subsequent period.
Return on or after
highlights users who either fully leave your product or stop using key functionalities, which is helpful when assessing the effectiveness of onboarding experiences.
The weighted average cohort summarizes overall cohort behavior by accounting for cohort size. Larger cohorts have more influence on the final value, making the result more representative than an average.
This weighted average calculation is applied across all visualization types. For example, in the retention grid, the weighted average is used to populate the summary cell for each time interval.
To compute the value for a specific interval (such as Week 1 in the retention grid), multiply each cohort’s value by its size, sum the results, and divide by the total cohort size. The formula is:
Weighted Average = (Σ (cohort_value × cohort_size)) / (Σ cohort_size)
The weighted average retention of 91% after 1 week shown in the following retention graph is calculated as follows:
(99 * 1.8k + 92 * 2.35k + 81 * 1.75k) / (1.8k + 2.35k + 1.75k)
This means each cohort’s retention rate is scaled by its number of users before contributing to the overall metric.
You scope retention based on event attributes. The group by
function is applied to the start event. This is helpful is you want to, for example, see how retention compares across user countries.
To build a retention graph, navigate to Product Analytics > Charts, click the Retention tab, then follow the steps below.
Retention rate
to see the data in percentages, or Unique users
to see the absolute number of users.Return on or after
or Return on
based on when the return event occurs.Optionally, select a specific segment to measure the retention of its users. This defaults to all users. You can also add any desired filter criteria, such as user country
, device type
, or operating system
.
Optionally, group by
event attributes to compare retention by device type, for example.
For insights on user retention week over week, read each row of the graph horizontally from left to right.
You can click on an individual diagram cell to view a list of users, and export the list as a CSV:
The graph displays slightly different information depending on whether the initial and return events match.
If the starting and returning events match:
Reading the Dec 04 2023 row of the above graph from left to right:
If the starting and returning events differ:
Reading the Dec 04 2023 row of the above graph from left to right:
After building your graph, select the relevant visualization type to surface the information you need under the search query.
추가 유용한 문서, 링크 및 기사: