Skip to content

Commit 6299afb

Browse files
committed
edits [netlify-build]
1 parent a5effd0 commit 6299afb

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,13 @@ For more subscription SQL best practices, view the [query requirements](#query-r
4343

4444
### Select a warehouse and preview your query
4545

46-
After you write your SQL query, click **Warehouse name** from the Configure screen to select the data warehouse you'd like to query.
47-
48-
Before you schedule your sync intervals, click **Preview** to preview and validate your results. To see subscription statuses for a particular profile, select a user row, then select the **Identities** tab.
49-
50-
### Select a warehouse and preview your query
51-
52-
After you write your SQL query, click **Warehouse name** from the Configure screen to select the data warehouse you'd like to query.
46+
Once you write your SQL query, click **Warehouse name** from the Configure screen to select the data warehouse you'd like to query.
5347

5448
Before you schedule your sync intervals, click **Preview** to preview and validate your results. To see subscription statuses for a particular profile, select a user row, then select the Identities tab.
5549

5650
### Schedule sync intervals
5751

58-
After you connect a warehouse and preview your query, schedule sync intervals to import subscription data from your warehouse to Engage:
52+
You can schedule sync intervals to import subscription data from your warehouse to Engage:
5953

6054
1. From the Configure screen, click **Schedule**.
6155
2. Add a SQL job name and description.
@@ -78,7 +72,7 @@ From the Update History page you can view details for each SQL job including the
7872

7973
## Query requirements
8074

81-
When you build your query, keep the following requirements in mind for the data your query returns:
75+
When you build your SQL query, keep the following requirements in mind for the data your query returns:
8276

8377
- The query must return at least one column with `user_id`, `anonymous_id`, `email`, `phone` (or `group_id` for account traits if Profiles for B2B is enabled).
8478
- The query can't return more than 25 total columns.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ To learn more about both options, reference the Engage documentation on using th
8787

8888
### Sync subscription statuses with SQL
8989

90-
Use SQL to import user subscription states from your data warehouse back to Engage. When you sync with SQL, you can query user subscription data at automated intervals. Pull subscription statuses on a per contact vector basis and use your data warehouse as a single source of truth for subscription data.
90+
Use SQL to import user subscription states from your data warehouse back to Engage. When you sync with SQL, you can query user subscription data at automated intervals. Pull subscription statuses for each contact vector and use your data warehouse as a single source of truth for subscription data.
9191

92-
This option is especially useful if you don't have the ability to download CSVs with subscription information or can't invoke the subscription API.
92+
This option is especially useful if you don't have the ability to set subscription states with CSVs or Segment's Public API.
9393

9494
View [Subscription SQL Sync](/docs/engage/user-subscriptions/subscription-sql/) for more information.
9595

0 commit comments

Comments
 (0)