|
1 | 1 | ---
|
2 | 2 | nav_title: RudderStack
|
3 |
| -article_title: RudderStack |
| 3 | +noindex: true |
| 4 | +alias: /partners/RudderStack/ |
4 | 5 | page_order: 3
|
5 |
| -description: "This article outlines the partnership between Braze and RudderStack, an open-source customer data infrastructure that offers a seamless Braze integration for your Android, iOS, and web applications. With RudderStack, you can now send your in-app customer event data directly to Braze for contextual analysis." |
6 |
| -alias: /partners/rudderstack/ |
7 |
| -page_type: partner |
8 |
| -search_tag: Partner |
| 6 | +layout: featured |
| 7 | +guide_top_header: "RudderStack" |
| 8 | +guide_top_text: "RudderStack makes it simple for data engineers to empower every part of their organization with rich customer data. With RudderStack you can turn your own data warehouse into fully-featured customer data without having to worry about plumbing the pipeline, security, or sudden spikes in cost due to volume. Supercharge marketing, sales, and product teams by sending data to every type of tool, from email to product analytics." |
9 | 9 |
|
10 |
| ---- |
11 |
| - |
12 |
| -# RudderStack |
13 |
| - |
14 |
| -> [RudderStack][1] is an open-source customer data infrastructure for collecting and routing customer event data to your preferred data warehouse and dozens of other analytics providers, such as Braze. It is enterprise-ready and offers a robust transformation framework to process your event data on the fly. |
15 |
| -
|
16 |
| -The Braze and RudderStack integration offers a native SDK integration for your Android, iOS, and web applications, as well as a server-to-server integration from your backend services. |
17 |
| - |
18 |
| -## Prerequisites |
19 |
| - |
20 |
| -| Requirement | Description | |
21 |
| -| --- | --- | |
22 |
| -| RudderStack account | A [RudderStack account](https://app.rudderstack.com/) is required to take advantage of this partnership. | |
23 |
| -| Configured source | A [source][3] is essentially the origin of any data sent to RudderStack, such as websites, mobile apps, or backend servers. You are required to configure the source before setting up Braze as a destination in RudderStack. | |
24 |
| -| Braze REST API key | A Braze REST API key with `users.track`, `users.identify`, and `users.alias.new` permissions.<br><br>This can be created within the **Braze Dashboard > Developer Console > REST API Key > Create New API Key**. | |
25 |
| -| Braze app key | To get your app key, navigate to **Braze Dashboard > Developer Console > Identification** and find your app name. Save the associated identifier string. |
26 |
| -| Data center | Your data center aligns with your Braze dashboard [instance][15]. | |
27 |
| -{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4} |
28 |
| - |
29 |
| -## Integration |
30 |
| - |
31 |
| -### Step 1: Add a source |
32 |
| - |
33 |
| -To start sending data to Braze, you first need to make sure a source is set up in your RudderStack app. Visit [RudderStack][22] to learn how to set up your data source. |
34 |
| - |
35 |
| -### Step 2: Configure destination |
36 |
| - |
37 |
| -Now that you have your data source set up, in the RudderStack dashboard, select **ADD DESTINATION** under **Destinations**. From the list of available destinations, select **Braze**and click **Next**. |
38 |
| - |
39 |
| -In the Braze destination, provide the app key, Braze REST API key, data cluster, and native SDK option (device mode only). The native SDK option will use the Braze native SDK to send events if toggled on. |
40 |
| - |
41 |
| -![][0]{: style="max-width:40%;margin-bottom:15px;"} |
42 |
| - |
43 |
| -## Step 3: Choose the type of integration |
44 |
| - |
45 |
| -You can choose to integrate RudderStack's web and native client-side libraries with Braze using either a side-by-side (device mode) integration or a server-to-server (cloud mode) integration. |
46 |
| - |
47 |
| -- Integration type |
48 |
| - - [Side-by-Side / Device Mode](#device-mode): RudderStack will send the event data to Braze directly from your client (browser or mobile application). |
49 |
| - - [Server-to-Server / Cloud Mode](#cloud-mode): The Braze SDK sends the event data directly to RudderStack, which is then transformed and routed to Braze. |
50 |
| - |
51 |
| -{% alert note %} |
52 |
| -Learn more about RudderStack's [connection modes](https://rudderstack.com/docs/connections/rudderstack-connection-modes/) and the benefits of each. |
53 |
| -{% endalert %} |
54 |
| - |
55 |
| -### Step 3a: Side-by-side integration (device mode) {#device-mode} |
| 10 | +description: "RudderStack makes it simple for data engineers to empower every part of their organization with rich customer data. With RudderStack, you can turn your own data warehouse into fully-featured customer data without having to worry about plumbing the pipeline, security, or sudden spikes in cost due to volume." |
56 | 11 |
|
57 |
| -With this mode, you can send your events to Braze using the Braze SDK set up on your website or mobile app. |
58 | 12 |
|
59 |
| -Set up the mappings to the RudderStack SDK for [Android](https://github.com/rudderlabs/rudder-integration-braze-android), [iOS](https://github.com/rudderlabs/rudder-integration-braze-ios), or [React Native] on Braze's GitHub repository, as described in step 4. |
60 |
| - |
61 |
| -To complete the device mode integration, refer to the detailed RudderStack instructions for [adding Braze to your project](https://rudderstack.com/docs/destinations/marketing/braze/#adding-device-mode-integration). |
62 |
| - |
63 |
| -### Step 3b: Server-to-server integration (cloud mode) {#cloud-mode} |
64 |
| - |
65 |
| -In this mode, the SDK sends the event data directly to the RudderStack server. RudderStack then transforms this data and routes it to the desired destination. This transformation is done in the RudderStack backend, using RudderStack's Transformer module. |
66 |
| - |
67 |
| -To enable the integration, you will need to map the RudderStack methods to Braze, as described in step 4. |
68 |
| - |
69 |
| -{% alert note %} |
70 |
| -RudderStack's server-side SDKs (Java, Python, Node.js, Go, Ruby) support only Cloud Mode. This is because their server-side SDKs operate in the RudderStack backend and cannot load any Braze-specific SDK. |
71 |
| -{% endalert %} |
72 |
| - |
73 |
| -{% alert important %} The server-to-server integration does not support Braze's UI features, such as push notifications or in-app messaging. These features are, however, supported by the Device Mode integration. |
74 |
| -{% endalert %} |
75 |
| - |
76 |
| -## Step 4: SDK methods |
77 |
| - |
78 |
| -Braze supports the RudderStack methods identify, track, page, and group. |
79 |
| - |
80 |
| -### Identify |
81 |
| - |
82 |
| -The RudderStack [`identify` method](https://rudderstack.com/docs/destinations/marketing/braze/#identify) associates a user to their actions. RudderStack captures a unique user ID and optional traits associated with that user, such as name, email, IP address, etc. |
83 |
| - |
84 |
| -### Track |
85 |
| - |
86 |
| -RudderStack's [`track` method](https://rudderstack.com/docs/destinations/marketing/braze/#track) captures all the user activities, along with the properties associated with those activities. |
87 |
| - |
88 |
| -**Order completed**<br> |
89 |
| -On using the [RudderStack eCommerce API][20] to call the track method for an event with the name `Order Completed`, RudderStack sends the products listed in that event to Braze as [`purchases`][21]. |
90 |
| - |
91 |
| -### Page |
92 |
| - |
93 |
| -RudderStack's [`page` method](https://rudderstack.com/docs/destinations/marketing/braze/#page) allows you to record your website's page views. It also captures any other relevant information about that page. |
94 |
| - |
95 |
| -### Group |
96 |
| - |
97 |
| -RudderStack's [`group` method](https://rudderstack.com/docs/destinations/marketing/braze/#group) allows you to associate a user with a group. |
| 13 | +guide_featured_list: |
| 14 | +- name: RudderStack |
| 15 | + link: /docs/partners/data_and_infrastructure_agility/customer_data_platform/rudderstack/rudderstack |
| 16 | + fa_icon: fas fa-user-circle |
| 17 | +- name: RudderStack for Currents |
| 18 | + link: /docs/partners/data_and_infrastructure_agility/customer_data_platform/rudderstack/rudderstack_for_currents/ |
| 19 | + fa_icon: fas fa-warehouse |
| 20 | +--- |
98 | 21 |
|
99 |
| -[0]: {% image_buster /assets/img/RudderStack/braze_settings.png %} |
100 |
| -[1]: https://rudderstack.com/ |
101 |
| -[3]: https://docs.rudderstack.com/how-to-guides/adding-source-and-destination-rudderstack |
102 |
| -[15]: {{site.baseurl}}/user_guide/administrative/access_braze/braze_instances/ |
103 |
| -[20]: https://docs.rudderstack.com/rudderstack-api-spec/rudderstack-ecommerce-events-specification |
104 |
| -[21]: {{site.baseurl}}/user_guide/data_and_analytics/export_braze_data/exporting_revenue_data/#revenue-data |
105 |
| -[22]: https://www.rudderstack.com/docs/destinations/streaming-destinations/braze/#getting-started |
| 22 | +<br> |
0 commit comments