Skip to content

Commit 357df13

Browse files
committed
Feedback from PM
1 parent 2303ee8 commit 357df13

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/_data/sidenav/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ sections:
325325
- path: /engage/user-subscriptions/engage-source
326326
title: Engage Events Source
327327
- path: /engage/user-subscriptions/subscription-sql
328-
title: Subscription with SQL Traits
328+
title: Subscriptions with SQL Traits
329329
- section_title: Profiles
330330
description: "See how to create audiences based on data."
331331
section:

src/engage/user-subscriptions/subscription-sql.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Subscription with SQL Traits
3-
plan: engage-foundations
2+
title: Subscriptions with SQL Traits
3+
plan: engage-premier
44
beta: true
55
---
66

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.
88

99
On this page, you'll learn how to use SQL to sync subscription data from your warehouse to Engage.
1010

1111
## Getting started
1212

13-
To use Subscription with SQL Traits, you need the following:
13+
To use Subscriptions with SQL Traits, you need the following:
1414
- A warehouse connected to Segment
1515
- A Segment workspace
1616
- A user account with access to Engage in that workspace
@@ -19,7 +19,7 @@ To use Subscription with SQL Traits, you need the following:
1919
> 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.
2020
2121
> 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.
2323
2424
## Sync subscription data with SQL
2525

@@ -30,7 +30,7 @@ You can sync with SQL from two locations in the Segment app. Navigate to **Profi
3030

3131
### Configure your SQL query
3232

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.
3434

3535
> success ""
3636
> Reset your SQL query by clicking **Reset Template**.

src/engage/user-subscriptions/subscription-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Use SQL to import user subscription states from your data warehouse back to Enga
9191

9292
This option is especially useful if you don't have the ability to set subscription states with CSVs or Segment's Public API.
9393

94-
View [Subscription with SQL Traits](/docs/engage/user-subscriptions/subscription-sql/) for more information.
94+
View [Subscriptions with SQL Traits](/docs/engage/user-subscriptions/subscription-sql/) for more information.
9595

9696
### Troubleshooting subscription states
9797

0 commit comments

Comments
 (0)