You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify calls will be sent to Strikedeck as an `identify` event.
53
53
54
54
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
+
55
68
## Track
56
69
57
70
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