You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/user-subscriptions/subscription-sql.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Subscription with SQL Traits
3
-
plan: engage-foundations
2
+
title: Subscriptions with SQL Traits
3
+
plan: engage-premier
4
4
beta: true
5
5
---
6
6
7
-
Use Subscription with SQL Traits to connect to your data warehouse and query user subscription data to Engage on a scheduled basis. Use your data warehouse as a single source of truth for subscription statuses and query from warehouses such as BigQuery, Redshift, or Snowflake.
7
+
Use Subscriptions with SQL Traits to connect to your data warehouse and query user subscription data to Engage on a scheduled basis. Use your data warehouse as a single source of truth for subscription statuses and query from warehouses such as BigQuery, Redshift, or Snowflake.
8
8
9
9
On this page, you'll learn how to use SQL to sync subscription data from your warehouse to Engage.
10
10
11
11
## Getting started
12
12
13
-
To use Subscription with SQL Traits, you need the following:
13
+
To use Subscriptions with SQL Traits, you need the following:
14
14
- A warehouse connected to Segment
15
15
- A Segment workspace
16
16
- A user account with access to Engage in that workspace
@@ -19,7 +19,7 @@ To use Subscription with SQL Traits, you need the following:
19
19
> Segment supports Redshift, Postgres, Snowflake, Azure SQL, and BigQuery as data warehouse sources for SQL Traits. Visit [Segment's warehouse docs](/docs/connections/storage/warehouses/) for more on getting started with data warehouses.
20
20
21
21
> success ""
22
-
> Before you begin with Subscription SQL, you may also want to visit the [subscription docs](/docs/engage/user-subscriptions/) to learn more about user subscriptions in Engage.
22
+
> Before you begin with Subscriptions with SQL Traits, you may also want to visit the [subscription docs](/docs/engage/user-subscriptions/) to learn more about user subscriptions in Engage.
23
23
24
24
## Sync subscription data with SQL
25
25
@@ -30,7 +30,7 @@ You can sync with SQL from two locations in the Segment app. Navigate to **Profi
30
30
31
31
### Configure your SQL query
32
32
33
-
To configure subscription SQL, you can write your own query or click **Use Template** to use one of the templates Engage provides. For any new users that your query returns, Engage adds a new profile.
33
+
To configure Subscriptions with SQL Traits, you can write your own query or click **Use Template** to use one of the templates Engage provides. For any new users that your query returns, Engage adds a new profile.
34
34
35
35
> success ""
36
36
> Reset your SQL query by clicking **Reset Template**.
0 commit comments