Skip to content

Commit 922ed8a

Browse files
Update user_retention.md (#31097)
* Update user_retention.md Consulted w/Maxime M who prefers that this be titled "Retention Analysis" to align w/the formal name of the feature. * Rename file; update links and TOC * Fix link --------- Co-authored-by: Janine Chan <[email protected]>
1 parent ae882a6 commit 922ed8a

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

config/_default/menus/main.en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7664,8 +7664,8 @@ menu:
76647664
parent: pa_charts
76657665
identifier: pa_funnel_analysis
76667666
weight: 102
7667-
- name: User Retention
7668-
url: product_analytics/charts/user_retention
7667+
- name: Retention Analysis
7668+
url: product_analytics/charts/retention_analysis
76697669
parent: pa_charts
76707670
identifier: pa_user_retention
76717671
weight: 103

content/en/dashboards/widgets/retention.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Retention Widget
33
widget_type: cohort
44
further_reading:
5-
- link: "product_analytics/user_retention/"
5+
- link: "product_analytics/charts/retention_analysis/"
66
tag: "Documentation"
7-
text: "Product Analytics User Retention"
7+
text: "Retention Analysis"
88
- link: "https://www.datadoghq.com/blog/user-engagement-retention-analysis/"
99
tag: "Blog"
1010
text: "Measure long-term user engagement with Datadog Retention Analysis"
@@ -31,7 +31,7 @@ Retention Analysis allows you to measure how often users are successfully return
3131

3232
## Setup
3333

34-
To populate User Retention data, you must set the `usr.id` attribute in your SDK. [See the instructions for sending unique user attributes][1].
34+
To populate user retention data, you must set the `usr.id` attribute in your SDK. [See the instructions for sending unique user attributes][1].
3535

3636
### Configuration
3737

content/en/product_analytics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Suppose you want to make changes to your application interface but want to first
9898
{{< partial name="whats-next/whats-next.html" >}}
9999

100100
[1]: /data_security/data_retention_periods/
101-
[2]: /product_analytics/charts/user_retention
101+
[2]: /product_analytics/charts/retention_analysis
102102
[3]: https://app.datadoghq.com/product-analytics
103103
[4]: /product_analytics/charts/funnel_analysis
104104
[5]: /product_analytics/charts/pathways

content/en/product_analytics/charts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ The [Analytics Explorer][1] contains views data aggregation to help you understa
4747
[1]: /product_analytics/charts/analytics_explorer/
4848
[2]: /product_analytics/charts/funnel_analysis
4949
[3]: /product_analytics/charts/pathways
50-
[4]: /product_analytics/charts/user_retention
50+
[4]: /product_analytics/charts/retention_analysis
5151

5252

content/en/product_analytics/charts/user_retention.md renamed to content/en/product_analytics/charts/retention_analysis.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: User Retention
2+
title: Retention Analysis
33
aliases:
44
- /product_analytics/user_retention/
5+
- /product_analytics/charts/user_retention/
56
description: Measure user retention to understand overall user satisfaction with your application.
67
further_reading:
78
- link: '/product_analytics/'
@@ -21,7 +22,7 @@ Only views and actions can act as events.
2122

2223
## Prerequisites
2324

24-
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][4].
25+
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][4].
2526

2627
## Retention types
2728
Product analytics support two types of retention event measurements:

0 commit comments

Comments
 (0)