From 5dd95a9b181fbed8e952fd2d566c247a283a9ea3 Mon Sep 17 00:00:00 2001 From: Miles <105828519+mbocianski@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:25:37 -0700 Subject: [PATCH] Update autocapture.mdx mp-track was only a theoretical prefix when developing Autocapture. Confirmed by Ted in this thread that this is not accurate. https://mixpanel.slack.com/archives/C07RFLTQZ0D/p1759262296336549 --- pages/docs/tracking-methods/autocapture.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/docs/tracking-methods/autocapture.mdx b/pages/docs/tracking-methods/autocapture.mdx index 8f8b2c0895..e7e48f1577 100644 --- a/pages/docs/tracking-methods/autocapture.mdx +++ b/pages/docs/tracking-methods/autocapture.mdx @@ -76,7 +76,6 @@ Autocapture's default settings also include the following privacy and security c - Sensitive elements — such as end user text inputs, selects, and textarea elements, are default-excluded from tracking. [You can view our default configurations and options here](https://docs.mixpanel.com/docs/tracking-methods/sdks/javascript). - By default, Autocapture will not collect sensitive input fields like passwords or form fields — it will only capture a limited set of HTML attributes like class, name, aria-label, role, title, and type attribute values. No content populated by an end user will be collected. - By default, Autocapture will not capture the text that your website or app displays (`textContent` and its children). -- The exception to these attribute collection rules is when an element has an explicit attribute added with the prefix “mp-track-”. This allows data in these attributes to be intentionally passed back to Mixpanel. - Mixpanel also provides flexibility to define the classes pages of your website for which you configure Autocapture by using and `block_selectors` and `block_url_regexes`. To change these default settings, you can customize what is collected through your [SDK configuration](https://docs.mixpanel.com/docs/tracking-methods/sdks/javascript).