From 47f6b8706cf0abe216cbda6b5ecfbee8375991f0 Mon Sep 17 00:00:00 2001 From: tore-statsig <74584483+tore-statsig@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:49:34 -0800 Subject: [PATCH] Update user.mdx --- docs/client/concepts/user.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/concepts/user.mdx b/docs/client/concepts/user.mdx index a656be55b..67044aaed 100644 --- a/docs/client/concepts/user.mdx +++ b/docs/client/concepts/user.mdx @@ -20,7 +20,7 @@ Auto-inferred User Attributes can be used for both Targeting and Results Segment | `userID` | ID representing a unique user. This ID will be used to guarantee consistency of targeting for Feature Gates and Experiments and will be used to evaluate experiment results. If `User ID` doesn't exist yet, leave this empty; a `Stable ID` persisted locally will be used for evaluations. | `your_user_id` | All | | | `email` | Email of the user. | `marcos@statsig.com` | All | | | `userAgent` | User agent of the browser. This will be decoded to determine the Browser and Operating System of the user's context. Will be inferred if not provided. | `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.40 Safari/537.36` | Web | ✔ | -| `ip` | IP address of the user. **We can infer IP when not supplied to User Object, but cannot target experiments/features based on IP when it's inferred.** | `192.168.1.101` | All | ✔ | +| `ip` | IP address of the user. Inferred from the request to /initialize if not provided | `192.168.1.101` | All | ✔ | | `country` | 2-letter country code of the user. This can be supplied or inferred, and we can target based on the country code in both cases. | `US` | All | ✔ | | `locale` | Locale of the user. When using the Android or iOS SDK, this will be inferred if not provided. | `en_US` | Mobile | ✔ | | `appVersion` | Version of the app the user is using. When using the Android or iOS SDK, this will be inferred if not provided. | `1.0.1` | Mobile | ✔ |