Skip to content

Commit bad673c

Browse files
authored
Update common.md (#4281)
1 parent e753c98 commit bad673c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/connections/spec/common.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ Context is a dictionary of extra information that provides useful context about
134134
| `groupId` | String | Group / Account ID. <br><br> This is useful in B2B use cases where you need to attribute your non-group calls to a company or account. It is relied on by several Customer Success and CRM tools. |
135135
| `traits` | Object | Dictionary of `traits` of the current user. <br><br> This is useful in cases where you need to `track` an event, but also associate information from a previous `identify` call. You should fill this object the same way you would fill traits in an [identify call](/docs/connections/spec/identify/#traits). |
136136
| `userAgent` | String | User agent of the device making the request. |
137+
| `channel` | String | where the request originated from: server, browser or mobile |
138+
137139

138140
## Context fields automatically collected
139141

0 commit comments

Comments
 (0)