Skip to content

Commit e194ad5

Browse files
committed
Add group call section
1 parent a926135 commit e194ad5

File tree

1 file changed

+13
-0
lines changed
  • src/connections/destinations/catalog/strikedeck

1 file changed

+13
-0
lines changed

src/connections/destinations/catalog/strikedeck/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ analytics.identify('userId123', {
5252
Identify calls will be sent to Strikedeck as an `identify` event.
5353

5454

55+
## Group
56+
57+
If you're not familiar with the Segment Specs, take a look to understand what the [Group method](https://segment.com/docs/connections/spec/group/) does. An example call would look like:
58+
59+
```
60+
analytics.group( {
61+
groupId: 'abc123'
62+
});
63+
```
64+
65+
Group calls will be sent to Strikedeck as a `group` event.
66+
67+
5568
## Track
5669

5770
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:

0 commit comments

Comments
 (0)