From 0ee38d4cb3116d0982ab61784c8d74e0ddcf3eac Mon Sep 17 00:00:00 2001 From: Bre Fitzgerald <82903296+bre-fitzgerald@users.noreply.github.com> Date: Wed, 26 Jun 2024 09:20:38 -0700 Subject: [PATCH 1/2] Fix link not rendering properly --- .../web/analytics/tracking_custom_events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md b/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md index 5dfb5f35064..e3856236230 100644 --- a/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md +++ b/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md @@ -12,7 +12,7 @@ description: "This article covers how to track custom events and add properties > You can record custom events in Braze to learn more about your app's usage patterns and to segment your users by their actions on the dashboard. -Before implementation, be sure to review examples of the segmentation options afforded by custom events, custom attributes, and purchase events in our [Best practices][0]. We also recommend familiarizing yourself with our [event naming conventions]({{site.baseurl}}/user_guide/data_and_analytics/custom_data/event_naming_conventions/). +Before implementation, be sure to review examples of the segmentation options afforded by custom events, custom attributes, and purchase events in our [Best practices]({{site.baseurl}}/developer_guide/platform_wide/analytics_overview/#user-data-collection). We also recommend familiarizing yourself with our [event naming conventions]({{site.baseurl}}/user_guide/data_and_analytics/custom_data/event_naming_conventions/). ```javascript braze.logCustomEvent("YOUR-EVENT-NAME"); From 77ce1253fcf79875da76be2db9e975658c9afb2d Mon Sep 17 00:00:00 2001 From: Bre Fitzgerald <82903296+bre-fitzgerald@users.noreply.github.com> Date: Wed, 26 Jun 2024 09:22:21 -0700 Subject: [PATCH 2/2] Used wrong link oops --- .../web/analytics/tracking_custom_events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md b/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md index e3856236230..5f772ec592e 100644 --- a/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md +++ b/_docs/_developer_guide/platform_integration_guides/web/analytics/tracking_custom_events.md @@ -12,7 +12,7 @@ description: "This article covers how to track custom events and add properties > You can record custom events in Braze to learn more about your app's usage patterns and to segment your users by their actions on the dashboard. -Before implementation, be sure to review examples of the segmentation options afforded by custom events, custom attributes, and purchase events in our [Best practices]({{site.baseurl}}/developer_guide/platform_wide/analytics_overview/#user-data-collection). We also recommend familiarizing yourself with our [event naming conventions]({{site.baseurl}}/user_guide/data_and_analytics/custom_data/event_naming_conventions/). +Before implementation, be sure to review examples of the segmentation options afforded by custom events, custom attributes, and purchase events in our [Best practices]({{site.baseurl}}/developer_guide/platform_wide/getting_started/analytics_overview/#best-practices). We also recommend familiarizing yourself with our [event naming conventions]({{site.baseurl}}/user_guide/data_and_analytics/custom_data/event_naming_conventions/). ```javascript braze.logCustomEvent("YOUR-EVENT-NAME");