File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/connections/destinations/catalog/bucket Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ analytics.identify('userId123', {
27
27
});
28
28
```
29
29
30
- Segment sends Identify calls to Bucket as an ` identify ` event which updates Users .
30
+ Segment sends Identify calls to Bucket as an ` identify ` event which updates User profiles .
31
31
32
32
## Group
33
33
@@ -39,7 +39,7 @@ analytics.identify('groupId123', {
39
39
});
40
40
```
41
41
42
- Segment sends Group calls to Bucket as a ` group ` event which updates Companies.
42
+ Segment sends Group calls to Bucket as a ` group ` event which updates Companies profiles .
43
43
44
44
## Track
45
45
@@ -50,4 +50,4 @@ analytics.track('Login Button Clicked', {
50
50
})
51
51
```
52
52
53
- Segment sends Track calls to Bucket as a ` track ` event which updates Features.
53
+ Segment sends Track calls to Bucket as a ` track ` event which updates the Features page .
You can’t perform that action at this time.
0 commit comments