From 3dea18fd8584fd88f3c0318fd3848433849c5a42 Mon Sep 17 00:00:00 2001 From: Lydia Xie Date: Mon, 8 Jul 2024 10:45:55 -0700 Subject: [PATCH 1/3] BD-3223 --- .../data_and_analytics/custom_data/custom_attributes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md b/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md index 163794bc56d..c4c38f9ccab 100644 --- a/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md +++ b/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md @@ -45,7 +45,9 @@ This feature is currently in early access. Contact your customer success manager ### Removing custom attributes -To remove custom attributes from user profiles, set the value to "null" in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track). +There are two ways you can remove custom attributes from user profiles: +* Select the custom attribute name to be removed in a [User Update step]({{site.baseurl}}/user_guide/engagement_tools/canvas/canvas_components/user_update/#updating-custom-attributes). +* Set the value to `null` in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track). ### Viewing usage reports From 8c0f74d47d2ffb6ac901095abb0b470ffcfb36d5 Mon Sep 17 00:00:00 2001 From: Lydia Xie Date: Mon, 8 Jul 2024 10:46:15 -0700 Subject: [PATCH 2/3] fix link --- .../data_and_analytics/custom_data/custom_attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md b/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md index c4c38f9ccab..70055856a64 100644 --- a/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md +++ b/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md @@ -46,7 +46,7 @@ This feature is currently in early access. Contact your customer success manager ### Removing custom attributes There are two ways you can remove custom attributes from user profiles: -* Select the custom attribute name to be removed in a [User Update step]({{site.baseurl}}/user_guide/engagement_tools/canvas/canvas_components/user_update/#updating-custom-attributes). +* Select the custom attribute name to be removed in a [User Update step]({{site.baseurl}}/user_guide/engagement_tools/canvas/canvas_components/user_update/#removing-custom-attributes). * Set the value to `null` in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track). ### Viewing usage reports From ddd7c0350e9afc42a67ee6efc315f0c465e65cd5 Mon Sep 17 00:00:00 2001 From: Lydia Xie <87040416+lydia-xie@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:04:44 -0700 Subject: [PATCH 3/3] Update _docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md Co-authored-by: isaiah robinson <95643215+internetisaiah@users.noreply.github.com> --- .../data_and_analytics/custom_data/custom_attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md b/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md index 70055856a64..64cae6a89b0 100644 --- a/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md +++ b/_docs/_user_guide/data_and_analytics/custom_data/custom_attributes.md @@ -47,7 +47,7 @@ This feature is currently in early access. Contact your customer success manager There are two ways you can remove custom attributes from user profiles: * Select the custom attribute name to be removed in a [User Update step]({{site.baseurl}}/user_guide/engagement_tools/canvas/canvas_components/user_update/#removing-custom-attributes). -* Set the value to `null` in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track). +* Set the `null` value in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track). ### Viewing usage reports