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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/bucket/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@ title: Bucket Destination
3
3
rewrite: true
4
4
id: 5fabc0b00f88248bbce4db48
5
5
---
6
-
[Bucket](https://bucket.so/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) features analytics for SaaS companies.
7
6
8
-
This destination is maintained by Bucket. For any issues with the destination, [contact the Bucket Support team](mailto:[email protected]).
7
+
[Bucket](https://bucket.co/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is feature-focused analytics. Bucket empowers software teams with a repeatable approach to shipping features that customers crave.
8
+
9
+
This destination is maintained by Bucket. For any issues with the destination, [contact the Bucket Support team](mailto:[email protected]).
9
10
10
11
## Getting Started
11
12
@@ -14,17 +15,17 @@ This destination is maintained by Bucket. For any issues with the destination, [
14
15
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
15
16
2. Search for "Bucket" in the Destinations Catalog, and select the Bucket destination.
16
17
3. Choose which Source should send data to the Bucket destination.
17
-
4. Go to [Bucket's Settings](https://bucket.so) and find and copy the "App ID".
18
-
5. Enter the App ID as "API Key" in the "Bucket" destination settings in Segment.
18
+
4. Go to [Bucket's Settings](https://bucket.co) and find and copy the "Tracking Key" under Settings.
19
+
5. Enter the "Tracking Key" as "API Key" in the "Bucket" destination settings in Segment.
19
20
20
21
## Identify
21
22
22
23
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
@@ -35,8 +36,8 @@ Segment sends Identify calls to Bucket as an `identify` event which updates User
35
36
If you aren't familiar with the Segment Spec, take a look at the [Group method documentation](/docs/connections/spec/group/) to learn about what it does. An example call would look like:
36
37
37
38
```js
38
-
analytics.identify('groupId123', {
39
-
name:'Acme, Inc',
39
+
analytics.identify("groupId123", {
40
+
name:"Acme, Inc",
40
41
});
41
42
```
42
43
@@ -47,8 +48,7 @@ Segment sends Group calls to Bucket as a `group` event which updates Company pro
47
48
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does. An example call would look like:
48
49
49
50
```js
50
-
analytics.track('Login Button Clicked', {
51
-
})
51
+
analytics.track("Login Button Clicked", {});
52
52
```
53
53
54
54
Segment sends Track calls to Bucket as a `track` event which updates the Features page.
0 commit comments