Skip to content

Commit 6c1b603

Browse files
committed
[netlify-build]
1 parent 259079a commit 6c1b603

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

src/unified-profiles/segment-for-flex.md

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ You can add additional data sources after completing the setup process. <br>
4848
Click **Preview** to return 10 records from your warehouse. When you've verified that your records return as expected, click **Next**.
4949
</li>
5050
<li value="10" markdown=1>
51-
Click **Create Mapping**. On the Select mappings screen, map event fields from your data source to the pre-filled values that Segment expects to receive. Clicking into an event field lets you search your destination's record fields. When you've finished mapping all of the event fields, click **Create mapping.**
51+
Click **Create Mapping**. On the Select mappings screen, map event fields from your data source to the pre-filled values that Segment expects to receive. Clicking into an event field lets you search your destination's record fields. If the dropdown menu does not populate record fields from your warehouse, map your record fields in `properties.FIELD_NAME` format. When you've finished mapping all of the event fields, click **Create mapping.**
5252
</li>
5353
<li value="11" markdown=1>
5454
After Segment marks the "Add connections" tile as complete, click **Add identifiers and traits** and begin [Step 3: Add identifiers and traits](#step-3-add-identifiers-and-traits).
5555
</li>
5656
</ol>
5757

5858
> warning "Records from your data warehouse and Salesforce might not be immediately available"
59-
> Segment's initial sync with your data warehouse might take up to 24 hours to complete. Segment syncs with Salesforce immediately after you connect it to your Segment for Flex workspace, and every three hours afterward. For more information, see the [Known limitations](#known-limitations) documentation.
59+
> Segment's initial sync with your data warehouse can take up to 24 hours to complete. Segment syncs with Salesforce immediately after you connect it to your Segment for Flex workspace. This initial sync can take a few days. After Segment completes the initial sync with Salesforce, Segment initiates a sync with Salesforce every three hours.
6060
6161
### Data warehouse only
6262

@@ -65,7 +65,8 @@ You can add additional data sources after completing the setup process. <br>
6565
3. Give your destination a name and enter the account credentials for a user that has read and write permissions. Click **Save**.
6666
4. After you've given your destination a name and entered your credentials, click **Next**.
6767
5. On the *Getting started with Segment* page, click **Define Model**.
68-
6. [Create a SQL query that defines your model](/docs/unified-profiles/create-sql-traits){:target="_blank"} After you've created a model, Segment uses your model to map data to your Reverse ETL destinations.
68+
6. Create a SQL query that defines your model. After you've created a model, Segment uses your model to map data to your Reverse ETL destinations.
69+
6970
<ol style="counter-reset: none;">
7071
<li value="7" markdown=1>
7172
Click **Preview** to return 10 records from your warehouse. When you've verified that your records return as expected, click **Next**.
@@ -79,7 +80,7 @@ You can add additional data sources after completing the setup process. <br>
7980
</ol>
8081

8182
> warning "Records from your data warehouse might not be immediately available"
82-
> Segment's initial sync with your data warehouse might take up to 24 hours to complete. For more information, see the [Known limitations](#known-limitations) documentation.
83+
> Segment's initial sync with your data warehouse can take up to 24 hours to complete.
8384
8485
### Website or mobile app
8586

@@ -107,9 +108,6 @@ Connect to either a website or mobile app to complete this step.
107108
## Step 3: Add identifiers and traits
108109
After you've selected which data sources you'd like to integrate customer data from, you can select _identifiers_, or unique pieces of data that allow you to link information about an individual customer across different programs and services, and _traits_, which are pieces of information you know about a particular customer.
109110

110-
> warning "Records from your data warehouse and Salesforce might not be immediately available"
111-
> Segment's initial sync with your data warehouse might take up to 24 hours to complete. Segment syncs with Salesforce immediately after you connect it to your Segment for Flex workspace, and every three hours afterward. For more information, see the [Known limitations](#known-limitations) documentation.
112-
113111
1. On the Add identifiers and traits page, click **Add identifier**.
114112
2. Select one or more of Segment's 11 default identifiers and click **Add identifiers**.
115113
3. Review the identifiers you've selected. To make changes to an identifier, select the menu icon in the row the identifier appears in, and click **Edit** or **Delete**.
@@ -195,7 +193,6 @@ These destinations are limited to the following types:
195193
- [Segment Profiles destination](/docs/connections/destinations/catalog/actions-segment-profiles/){:target="_blank"}
196194
- [Segment Connections destination](/docs/connections/destinations/catalog/actions-segment/){:target="_blank"}
197195

198-
199196
### Entitlements
200197

201198
Your Segment for Flex workspace has the following entitlements:
@@ -204,28 +201,6 @@ Your Segment for Flex workspace has the following entitlements:
204201
- 2 [Computed traits](/docs/unify/Traits/computed-traits/){:target="_blank"}
205202
- 2 [Predictions](/docs/unify/traits/predictions/){:target="_blank"}
206203

207-
### Known limitations
208-
209-
#### Salesforce
210-
211-
Segment syncs with Salesforce every three hours, and will run a full historical re-sync on only Objects/Collections, not custom properties or columns. To learn more about how Segment syncs with Salesforce, see the [Syncs](#syncs) documentation. For more information about historical re-syncs, see the [Historical data](#historical-data) documentation.
212-
213-
###### Syncs
214-
The Salesforce source contains a sync component, which means Segment makes requests to the Salesforce API on your behalf on a 3 hour interval to pull the latest data into Segment. In the initial sync, Segment downloads all the Salesforce objects (and their corresponding properties) by default. Segment writes the objects into a separate schema, that corresponds to the source instance’s schema name you designated upon creation. For example, you name the schema sfdc_prod, access the leads collection by accessing sfdc_prod.leads in SQL.
215-
216-
The sync component uses an upsert API, so the data in your warehouse loaded using sync will reflect the latest state of the corresponding resource in Salesforce. For example, if ticket_status goes from open to closed between syncs, on its next sync that tickets status will be closed.
217-
218-
##### Historical data
219-
When a new Object/Collection is enabled, Segment automatically runs a full historical re-sync on that Object. However, for custom properties/columns, Segment only populates the custom property with data that comes in after the custom field was enabled. In order to populate the new custom field(s) for records that have previously been synced, you need to initiate a manual re-sync.
220-
221-
> info ""
222-
> Initiating a full re-sync might impact your workspace’s API calls + Object usage.
223-
224-
Segment uses the SystemModstamp (`system_modstamp`) field to checkpoint collections that sync incrementally. When enabled, Segment syncs collections incrementally. When disabled, Segment syncs collections fully. If you’d like to force a collection to sync fully on the next run to bring in historical data, you can disable the SystemModstamp field on the collection, allow the next sync to complete, and then re-enable SystemModstamp so the collection syncs incrementally in the coming syncs.
225-
226-
#### Warehouses
227-
Segment guarantees that your data will be available in your warehouse within 24 hours.
228-
229204
<div class="double">
230205
{% include components/reference-button.html
231206
href="/docs/unified-profiles/"

0 commit comments

Comments
 (0)