Skip to content

Commit a8c03fd

Browse files
authored
Update Bucket to Reflag
Bucket recently rebranded to Reflag, updating this page accordingly.
1 parent ebe0fcb commit a8c03fd

File tree

1 file changed

+11
-15
lines changed
  • src/connections/destinations/catalog/bucket

1 file changed

+11
-15
lines changed
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
---
2-
title: Bucket Destination
2+
title: Reflag Destination
33
rewrite: true
44
id: 5fabc0b00f88248bbce4db48
55
---
66

7-
[Bucket](https://bucket.co/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="blank"} is feature flagging that’s purpose-built for B2B.
7+
[Reflag](https://reflag.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="blank"} is feature flags for SaaS that run on TypeScript.
88

9-
10-
With Bucket, you can:
9+
With Reflag, you can:
1110
- Release features gradually with simple flags.
1211
- Gate features based on customer subscriptions.
1312
- Iterate fast with adoption metrics and feedback.
1413

15-
This destination is maintained by Bucket. For any issues with the destination, [contact the Bucket Support team](mailto:support@bucket.co).
14+
This destination is maintained by Reflag. For any issues with the destination, [contact the Reflag Support team](mailto:support@reflag.com).
1615

1716
## Getting Started
18-
19-
20-
2117
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
22-
2. Search for "Bucket" in the Destinations Catalog, and select the Bucket destination.
23-
3. Choose which Source should send data to the Bucket destination.
24-
4. Go to [Bucket's Environment Settings](https://app.bucket.co/envs/current/settings/app-environments){:target="blank"} and find and copy the "Publishable Key" for the Production environment.
25-
5. Enter the "Publishable Key" as "Publishable Key" in the "Bucket" destination settings in Segment.
18+
2. Search for "Reflag" in the Destinations Catalog, and select the Reflag destination.
19+
3. Choose which Source should send data to the Reflag destination.
20+
4. Go to [Reflag's Environment Settings](https://app.reflag.com/envs/current/settings/app-environments){:target="blank"} and find and copy the "Publishable Key" for the Production environment.
21+
5. Enter the "Publishable Key" as "Publishable Key" in the "Reflag" destination settings in Segment.
2622

2723
## Identify
2824

@@ -35,7 +31,7 @@ analytics.identify('userId123', {
3531
});
3632
```
3733

38-
Segment sends Identify calls to Bucket as an `identify` event which updates User profiles.
34+
Segment sends Identify calls to Reflag as an `identify` event which updates User profiles.
3935

4036
## Group
4137

@@ -47,7 +43,7 @@ analytics.identify('groupId123', {
4743
});
4844
```
4945

50-
Segment sends Group calls to Bucket as a `group` event which updates Company profiles.
46+
Segment sends Group calls to Reflag as a `group` event which updates Company profiles.
5147

5248
## Track
5349

@@ -57,4 +53,4 @@ If you aren't familiar with the Segment Spec, take a look at the [Track method d
5753
analytics.track('Login Button Clicked', {});
5854
```
5955

60-
Segment sends Track calls to Bucket as a `track` event which updates the Features page.
56+
Segment sends Track calls to Reflag as a `track` event which updates the Features page.

0 commit comments

Comments
 (0)