From 8475bb720dae3fef98dcd66bec37872f9055d944 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Ugiri Date: Thu, 7 Nov 2024 12:51:52 +0530 Subject: [PATCH] Removing groupId from promoted identifiers --- src/unify/identity-resolution/externalids.md | 1 - src/unify/identity-resolution/identity-resolution-settings.md | 1 - 2 files changed, 2 deletions(-) diff --git a/src/unify/identity-resolution/externalids.md b/src/unify/identity-resolution/externalids.md index d5056fcc96..c9aaa4a760 100644 --- a/src/unify/identity-resolution/externalids.md +++ b/src/unify/identity-resolution/externalids.md @@ -28,7 +28,6 @@ Segment automatically promotes the following traits and IDs in track and identif | android.push_token | context.device.token when context.device.type = 'android' | | anonymous_id | anonymousId | | ga_client_id | context.integrations['Google Analytics'].clientId when explicitly captured by users | -| group_id | groupId | | ios.id | context.device.id when context.device.type = 'ios' | | ios.idfa | context.device.advertisingId when context.device.type = 'ios' | | ios.push_token | context.device.token when context.device.type = 'ios' | diff --git a/src/unify/identity-resolution/identity-resolution-settings.md b/src/unify/identity-resolution/identity-resolution-settings.md index 2aaa61a209..722991de0f 100644 --- a/src/unify/identity-resolution/identity-resolution-settings.md +++ b/src/unify/identity-resolution/identity-resolution-settings.md @@ -42,7 +42,6 @@ By default, Segment promotes the following traits and IDs in track and identify | braze_id | context.Braze.braze_id or context.Braze.braze_id when Braze is connected as a destination | | cross_domain_id | cross_domain_id when XID is enabled for the workspace | | ga_client_id | context.integrations['Google Analytics'].clientId when explicitly captured by users | -| group_id | groupId | | ios.id | context.device.id when context.device.type = 'ios' | | ios.idfa | context.device.advertisingId when context.device.type = 'ios' AND context.device.adTrackingEnabled = true | | ios.push_token | context.device.token when context.device.type = 'ios' |