Bucket Destination
Destination Info
- Accepts Group, Identify, and Track calls
- Refer to it as Bucket, or Reflag in the Integrations object
- This integration is partner owned. Please reach out to the partner's support for any issues.
Bucket is feature flagging that’s purpose-built for B2B.
With Bucket, you can:
- Release features gradually with simple flags.
- Gate features based on customer subscriptions.
- Iterate fast with adoption metrics and feedback.
This destination is maintained by Bucket. For any issues with the destination, contact the Bucket Support team.
Getting Started
- From the Destinations catalog page in the Segment App, click Add Destination.
- Search for “Bucket” in the Destinations Catalog, and select the Bucket destination.
- Choose which Source should send data to the Bucket destination.
- Go to Bucket’s Environment Settings and find and copy the “Publishable Key” for the Production environment.
- Enter the “Publishable Key” as “Publishable Key” in the “Bucket” destination settings in Segment.
Identify
If you aren’t familiar with the Segment Spec, take a look at the Identify method documentation to learn about what it does. An example call would look like:
analytics.identify('userId123', {
name: 'John Doe',
email: 'john.doe@example.com',
});
Segment sends Identify calls to Bucket as an identify
event which updates User profiles.
Group
If you aren’t familiar with the Segment Spec, take a look at the Group method documentation to learn about what it does. An example call would look like:
analytics.identify('groupId123', {
name: 'Acme, Inc',
});
Segment sends Group calls to Bucket as a group
event which updates Company profiles.
Track
If you aren’t familiar with the Segment Spec, take a look at the Track method documentation to learn about what it does. An example call would look like:
analytics.track('Login Button Clicked', {});
Segment sends Track calls to Bucket as a track
event which updates the Features page.
This page was last modified: 17 Dec 2024
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!