Skip to content

Commit c73f10b

Browse files
authored
Merge pull request #7203 from segmentio/IDRES-20
Removing group_id from promoted identifiers | IDRES-20
2 parents a48a2ef + 8475bb7 commit c73f10b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/unify/identity-resolution/externalids.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Segment automatically promotes the following traits and IDs in track and identif
2828
| android.push_token | context.device.token when context.device.type = 'android' |
2929
| anonymous_id | anonymousId |
3030
| ga_client_id | context.integrations['Google Analytics'].clientId when explicitly captured by users |
31-
| group_id | groupId |
3231
| ios.id | context.device.id when context.device.type = 'ios' |
3332
| ios.idfa | context.device.advertisingId when context.device.type = 'ios' |
3433
| ios.push_token | context.device.token when context.device.type = 'ios' |

src/unify/identity-resolution/identity-resolution-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ By default, Segment promotes the following traits and IDs in track and identify
4242
| braze_id | context.Braze.braze_id or context.Braze.braze_id when Braze is connected as a destination |
4343
| cross_domain_id | cross_domain_id when XID is enabled for the workspace |
4444
| ga_client_id | context.integrations['Google Analytics'].clientId when explicitly captured by users |
45-
| group_id | groupId |
4645
| ios.id | context.device.id when context.device.type = 'ios' |
4746
| ios.idfa | context.device.advertisingId when context.device.type = 'ios' AND context.device.adTrackingEnabled = true |
4847
| ios.push_token | context.device.token when context.device.type = 'ios' |

0 commit comments

Comments
 (0)