From 4a9ff3f125066009f68e039bb1bf8e9697eaf810 Mon Sep 17 00:00:00 2001 From: parth-statsig <168464387+parth-statsig@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:50:34 -0800 Subject: [PATCH] Update user-profiles.mdx --- docs/users/user-profiles.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/users/user-profiles.mdx b/docs/users/user-profiles.mdx index a32055bc0..9d31ad8fc 100644 --- a/docs/users/user-profiles.mdx +++ b/docs/users/user-profiles.mdx @@ -13,3 +13,5 @@ User profiles allow you to streamline event tracking and enhance analysis by sto Whenever you call .logEvent() with updated user properties, we’ll automatically update the user profile. New properties are added, and existing ones are updated as needed. Now, when you’re querying on Metrics Explorer, you’ll be able to take advantage of user profile properties. Because we join your events with the user profile table in the background, queries in Metrics Explorer may take slightly longer to process. + +You can also see all of a unit ID's user profile properties on the Users Tab and search for a specific unit ID.