Skip to content

Commit df6bc47

Browse files
authored
Add additional blurb
1 parent 53e0d63 commit df6bc47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/connections/spec/group.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The `group` call is one of our methods that will enable you to identify what acc
88

99
{% include components/reference-button.html href="https://university.segment.com/introduction-to-segment/324252?reg=1&referrer=docs" icon="media/academy.svg" title="Segment University: The Segment Methods" description="Check out our high-level overview of these APIs in Segment University. (Must be logged in to access.)" %}
1010

11-
It also lets you record custom traits about the group, like industry or number of employees. Calling `group` is a slightly more advanced feature, but it's helpful if you have accounts with multiple users.
11+
In addition to the groupId, which is how you'd identify the specific group or company, the group method can also receive traits that are specific to the group, like industry or number of employees for example, that will belong to that specific "account". And, like the traits of an identify call, these can be updated when you call the same trait with a different value.
12+
13+
Calling `group` is a slightly more advanced feature, but it's helpful if you have accounts with multiple users.
1214

1315
Here's the payload of a typical `group` call, with most [common fields](/docs/connections/spec/common/) removed:
1416

0 commit comments

Comments
 (0)