Segment
Last updated
Last updated
Bucket's segment integration is for customers who already use Segment for event tracking and want to use Segment for gathering adoption metrics in Bucket
Feature flagging and automated feedback surveys requires installing a Bucket SDK in addition to setting up the Segment integration
Tracking from backend services can be done through Segment cloud destinations with the Bucket Cloud Destination.
Note: There's also a "Bucket Web (Actions)" integration which is no longer recommended.
Set up Bucket Cloud destination to receive data from a Segment source.
Copy your Bucket publishable key from the Environments
page in Settings
and add it to the API Key
settings field in the destination.
Enable the destination.
Check the Tracking
page in Bucket to ensure the data arrives. Data should start flowing immediately.
Bucket supports analytics.track(),
analytics.identify()
and analytics.group()
, but doesn't support the Segment analytics.page()
call to track pages and the will ignore page()
calls.