Skip to content

Commit f96c0fe

Browse files
author
markzegarelli
authored
Merge branch 'master' into DOC-293_RN-Update
2 parents 571dd1f + 99d7158 commit f96c0fe

File tree

3 files changed

+18
-25
lines changed

3 files changed

+18
-25
lines changed

src/connections/destinations/catalog/klaviyo/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ To configure Klaviyo as an Event Source to get data into your warehouse or other
2121
3. Navigate to your [Account > Settings > API Keys](https://www.klaviyo.com/account#api-keys-tab){:target="_blank"} in the Klaviyo's UI and copy your "API Key" into the Segment Settings UI.
2222
4. **Note:** Klaviyo requires the Private API Key to use the List API. You can find this by going to Klaviyo's UI and clicking [Account > Settings > API Keys > Create API Key](https://www.klaviyo.com/account#api-keys-tab){:target="_blank"} to generate a Private API Key and copy it into the Segment Settings UI.
2323

24-
25-
## Page
26-
27-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
28-
29-
```
30-
analytics.page();
31-
```
32-
33-
> info ""
34-
> `page` calls are supported client-side on analytics.js.
35-
3624
## Identify
3725

3826
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
33 KB
Loading

src/connections/sources/catalog/cloud-apps/braze/index.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,34 @@ title: Braze Source
44

55
[Braze](https://www.braze.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a marketing automation and customer engagement platform. Growth, Engagement, and Marketing teams use Braze to build great long term relationships with their customers across key digital channels.
66

7-
Take your company's marketing and customer engagement to the next level by adding Braze as a Segment Source, using Braze's Currents product. Segment automatically collects marketing and analytics events, forward them to your destinations, and load them into your data warehouse.
7+
Take your company's marketing and customer engagement to the next level by adding Braze as a Segment Source, using Braze's Currents product. Segment automatically collects marketing and analytics events, forwards them to your destinations, and loads them into your data warehouse.
88

99
In your favorite BI or analytics tool, you'll be able to analyze your mobile, email, and web marketing campaign data in SQL or using drag-and-drop reports. You'll be able to join your Braze data with the event data you're already sending through Segment to analyze the impacts of your marketing and engagement programs.
1010

11-
This source is maintained by Braze. For any issues with the source, you may [contact the Braze Support team](https://www.braze.com/docs/support_contact/).
11+
Braze maintains this source. For any issues with the source, you can [contact the Braze Support team](https://www.braze.com/docs/support_contact/).
1212

13-
_**NOTE:** If you are interested in using Braze, contact your Braze Customer Success Manager. Braze Currents is only available in select Braze packages and cannot be configured without assistance from the Braze team._
13+
> info ""
14+
> If you're interested in using Braze, contact your Braze Customer Success Manager. Braze Currents is only available in select Braze packages and can't be configured without assistance from the Braze team.
1415
1516
## Getting Started
1617

17-
1. From the Segment Sources page click **Add Source**.
18-
2. Search for "Braze" in the Sources Catalog and confirm by clicking "Connect".
19-
3. Give the Source a nickname and follow the set up steps to "Add Source".
20-
The nickname is used as a label for the source in your Segment interface, and Segment creates a related schema name. The schema name is the namespace you'll query against in a warehouse. The nickname can be anything, but we recommend sticking to something that reflects the source itself and distinguishes amongst your environments (for example, `Braze_Prod`, `Braze_Staging`, `Braze_Dev`).
21-
4. The next page "Overview" shows the Segment write key for Braze. Copy this write key.
22-
5. To finish set up, contact Braze Support or your Customer Support Manager to activate "Currents" in Braze.
23-
Braze Currents is only available in select Braze packages and cannot be configured within Braze without assistance from your Braze Customer Success representative.
24-
6. Go back to Segment, click into the Braze Source and you can add Destinations where you want to receive your Braze data.
25-
Events are now sent to these destinations and automatically loaded into any warehouses you have enabled.
18+
1. Go to **Connections > Sources** and click **Add Source** in the Segment app.
19+
2. Search for **Braze** in the Sources Catalog and click **Add Source**.
20+
3. Give the Source a nickname and click **Add Source**.
21+
The nickname is used as a label for the source in your Segment interface, and Segment creates a related schema name. The schema name is the namespace you'll query against in a warehouse. The nickname can be anything, but Segment recommends sticking to something that reflects the source itself and distinguishes amongst your environments (for example, `Braze_Prod`, `Braze_Staging`, `Braze_Dev`).
22+
4. Copy the **Write Key** on the Overview page.
23+
5. To finish the setup, contact Braze Support or your Customer Support Manager to activate Currents in Braze.
24+
Braze Currents is only available in select Braze packages and can't be configured within Braze without assistance from your Braze Customer Success representative.
25+
6. Go back to Segment and click **Add Destinations** in your Braze source to add the destinations where you want to receive your Braze data.
26+
27+
Events are now sent to these destinations and automatically loaded into any warehouses you enabled.
28+
29+
> warning ""
30+
> The Braze Segment Currents integration doesn't isolate events by different apps in a single app group. If you create more than 1 of the same Currents connectors (for example, 2 message engagement event connectors), they must be in different app groups. If you don't do this, it leads to data deduping and lost data.
2631
2732
## Components
2833
**Stream**
29-
Braze uses our stream Source component to send events to Segment. These events are then available in any Destination that accepts server-side events, including your data warehouse.
34+
Braze uses Segment's stream Source component to send events to Segment. These events are then available in any Destination that accepts server-side events, including your data warehouse.
3035

3136
## Events
3237

0 commit comments

Comments
 (0)