Skip to content

Commit c43cbc9

Browse files
committed
make this truly a landing page
1 parent 43c6ef8 commit c43cbc9

File tree

1 file changed

+56
-5
lines changed

1 file changed

+56
-5
lines changed

src/connections/reverse-etl/index.md

Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,63 @@ redirect_from:
77

88
Reverse ETL (Extract, Transform, Load) extracts data from a data warehouse using a query you provide and syncs the data to your third party destinations. For example, with Reverse ETL, you can sync records from Snowflake to Mixpanel. Reverse ETL supports event and object data. This includes customer profile data, subscriptions, product tables, shopping cart tables, and more.
99

10+
<!-- TODO: Should we "sell" this more? --->
11+
1012
![Reverse ETL overview image](images/RETL_Doc_Illustration.png)
1113

14+
15+
## Get started with Reverse ETL
16+
17+
<div class="double">
18+
{% include components/reference-button.html
19+
href="/docs/connections/reverse-etl/setup"
20+
icon="getting-started.svg"
21+
title="Set up Reverse ETL"
22+
description="Add a Reverse ETL source, set up a model, add a destination, and create mappings to transfer data from your warehouse to your downstream destinations."
23+
%}
24+
25+
{% include components/reference-button.html
26+
href="/docs/connections/reverse-etl/reverse-etl-catalog"
27+
icon="reverse-etl.svg"
28+
title="Destination catalog"
29+
description="View the 30+ destinations with native Reverse ETL support and learn how you can use the Segment Connections and Segment Profiles to send data to the rest of the Segment catalog."
30+
%}
31+
</div>
32+
1233
## Example use cases
1334
Use Reverse ETL when you want to:
14-
* Sync audiences and other data built in the warehouse to Braze, Hubspot, or Salesforce Marketing Cloud for personalized marketing campaigns.
15-
* Sync enriched data to Mixpanel for a more complete view of the customer, or enrich Segment Unify with data from the warehouse.
16-
* Send data in the warehouse back into Segment as events that can be activated in all supported destinations, including Twilio Engage.
17-
* Pass offline or enriched data to conversion APIs like Facebook, Google Ads, TikTok, or Snapchat.
18-
* Connect Google Sheets to a view in the warehouse for other business teams to have access to up-to-date reports.
35+
* **Enable your marketing teams**: Sync audiences and other data built in the warehouse to Braze, Hubspot, or Salesforce Marketing Cloud for personalized marketing campaigns.
36+
* **Enrich your customer profiles**: Sync enriched data to Mixpanel for a more complete view of the customer, or enrich Segment Unify with data from the warehouse.
37+
* **Activate data in Twilio Engage**: Send data in the warehouse back into Segment as events that can be activated in all supported destinations, including Twilio Engage.
38+
* **Strengthen your conversion events**: Pass offline or enriched data to conversion APIs like Facebook, Google Ads, TikTok, or Snapchat.
39+
* **Empower business teams**: Connect Google Sheets to a view in the warehouse for other business teams to have access to up-to-date reports.
40+
41+
## Learn more
42+
43+
Learn more about the observability tools you can use to manage your syncs, the mappings that power the flow of data to your downstream destinations, and the system that powers Segment's Reverse ETL product.
44+
45+
<div class="flex flex--wrap gutter gutter--large">
46+
<div class="flex__column flex__column--12 flex__column--4@medium">
47+
{% include components/reference-button.html
48+
href="/docs/connections/reverse-etl/observability"
49+
title="Observability"
50+
description="The tools that Segment has available"
51+
%}
52+
</div>
53+
54+
<div class="flex__column flex__column--12 flex__column--4@medium">
55+
{% include components/reference-button.html
56+
href="/docs/connections/reverse-etl/mappings"
57+
title="Mappings"
58+
description="Learn more about Reverse ETL mappings"
59+
%}
60+
</div>
61+
62+
<div class="flex__column flex__column--12 flex__column--4@medium">
63+
{% include components/reference-button.html
64+
href="/docs/connections-reverse-etl/system"
65+
title="System"
66+
description="Reverse ETL System reverse ETL system"
67+
%}
68+
</div>
69+
</div>

0 commit comments

Comments
 (0)