From ff238383fdaabaa7e147089668599e2acfa4ca7b Mon Sep 17 00:00:00 2001 From: mav Date: Thu, 11 Apr 2024 15:34:28 -0700 Subject: [PATCH] fix custom event reference in saved behaviors --- pages/changelogs/2024-03-05-funnels-alerts.mdx | 2 +- pages/docs/features/saved-behaviors.mdx | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/changelogs/2024-03-05-funnels-alerts.mdx b/pages/changelogs/2024-03-05-funnels-alerts.mdx index e7a0723ca4..281b8514e1 100644 --- a/pages/changelogs/2024-03-05-funnels-alerts.mdx +++ b/pages/changelogs/2024-03-05-funnels-alerts.mdx @@ -20,7 +20,7 @@ We’ve expanded the amount of funnel metrics you can set an [Alert](https://doc - Unique Converting Users - Total Conversions - Time to Convert -- Sum of a property +- Sum of a property - The metrics above, but for specific step ranges in a funnel When your funnel metric is visualized as a line chart, it is also possible to use our [Anomaly Detection](https://docs.mixpanel.com/changelogs/2023-05-05-anomaly-detection-and-root-cause-analysis) feature. diff --git a/pages/docs/features/saved-behaviors.mdx b/pages/docs/features/saved-behaviors.mdx index 746e80a2a0..46bfbd761b 100644 --- a/pages/docs/features/saved-behaviors.mdx +++ b/pages/docs/features/saved-behaviors.mdx @@ -40,12 +40,14 @@ You can edit and delete saved behaviors from Lexicon. In Lexicon, click on the **Behaviors** tab. Here you can see a list of all the saved behaviors in the project. -![lexicon](/saved-behavior-lexicon.png) - -To delete a custom event, check the **box** beside the title of all the custom events you want to delete, then click the **delete** button at the top of the list. - Click on the **name** of the behavior to edit its details. ![details](/saved-behavior-details.png) Here you can also modify details of the behavior, including sharing, as well as see the behavior in a report. + +![lexicon](/saved-behavior-lexicon.png) + +## Delete a Saved Behavior + +To delete a saved behavior, check the **box** beside the title of all the saved behaviors you want to delete in Lexicon, then click the **delete** button at the top of the list.