diff --git a/pages/docs/data-governance/lexicon.mdx b/pages/docs/data-governance/lexicon.mdx index 389e18d7e5..e893c0d08a 100644 --- a/pages/docs/data-governance/lexicon.mdx +++ b/pages/docs/data-governance/lexicon.mdx @@ -241,6 +241,23 @@ To unmerge properties: ![Lexicon Unmerge Events](/unmerge-properties.png) 2. Click Unmerge. The merged property appears as the original two distinct properties. +## Verify Data + +Verified Data in Mixpanel allows designated project owners and admins to add Verified badges to certain Events, Behaviors, Formulas, and Custom Events. This signals to other users within your project that this data has been vetted and can be confidently used for analysis and reporting. + +By providing a clear distinction between vetted and non-vetted data, it becomes easier for teams to adopt Mixpanel, knowing they are using the right events. + +This feature is only available for customers on Enterprise plans. + +### How it Works + +1. Navigate to Lexicon +2. Go to any event, behavior, formula, or custom event +3. In the top right corner, click the Verify button +4. Now, whenever end users are creating reports, or browsing data in Lexicon, they will see a Verified icon next to this data item. + +![verifyButton](/verifyButton.png) + ## Export and Import Lexicon Data Mixpanel supports exporting and importing Lexicon data dictionaries. Project owners, admins, analysts, and consumers can click **Export** in Lexicon to receive a CSV file via email that contains the events and properties, and/or user profile properties data from a project. diff --git a/public/verifyButton.png b/public/verifyButton.png new file mode 100644 index 0000000000..e86d2b273c Binary files /dev/null and b/public/verifyButton.png differ