From 269aa5402b178c7a361dd57a2be26c743f51d265 Mon Sep 17 00:00:00 2001 From: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:54:35 +0530 Subject: [PATCH] PII examples link --- docs/custom-props/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/custom-props/introduction.md b/docs/custom-props/introduction.md index 74f017eb..c6c064dd 100644 --- a/docs/custom-props/introduction.md +++ b/docs/custom-props/introduction.md @@ -35,6 +35,8 @@ Note that you must ensure that no personally identifiable information (PII) is s * IP addresses * pseudonymous cookie IDs, advertising IDs or other pseudonymous end user identifiers +If you're confused whether the information you're sending to us qualifies as PII, look at the [explanations and examples](https://plausible.io/blog/pii-examples) in our guide. + ## `(none)` values Plausible will display `(none)` in your dashboard when you send a custom property key with no value, or `null`/`undefined` as a value. Also, when you send one event with a property (e.g. `author`) and another event with the same name, but without the `author` property, then you will also see the `(none)` value because the property has not been sent with every event.