Skip to content

Commit b6506bd

Browse files
Apply suggestions from code review
Co-authored-by: forstisabella <[email protected]>
1 parent 9e58616 commit b6506bd

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

src/_includes/content/cloud-app-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="qi-content">
2525
<h6>Integration Info</h6>
2626
<ul class="qi">
27-
<li><p markdown=1>The {{ page.title }} is a Segment [Public API](/docs/api/public-api/){:target="_blank"} integration. It facilitates privacy requests via Segment’s API, including erasure and tracking opt-out for Segment users.</p></li>
27+
<li><p markdown=1>The {{ page.title }} is a Segment [Public API](/docs/api/public-api/){:target="_blank"} integration. It facilitates privacy requests using Segment’s API, including erasure and tracking opt-out for Segment users.</p></li>
2828
{% if currentIntegration.status == "PUBLIC_BETA" %}<li>This source is in <span class="release-pill">Beta</span></li>{% endif %}
2929
</ul>
3030
<h6>Partner Owned</h6>

src/connections/sources/catalog/cloud-apps/transcend/index.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,48 @@ title: Transcend Integration
44

55
[Transcend](https://transcend.io/){:target="_blank"} is a next-generation data privacy platform that helps companies reduce risk, increase operational efficiency, enable business innovation, and build customer trust by embedding privacy directly into their business systems.
66

7-
Integrating with Transcend makes it easy to locate and orchestrate personal data across Segment without custom code. Transcend allows businesses to automatically manage data in compliance with privacy regulations like GDPR and CCPA, helping with tasks such as locating, deleting, or opting out of data sharing.
7+
Integrating with Transcend makes it easy to locate and orchestrate personal data across Segment without custom code. Transcend allows businesses to automatically manage data in compliance with privacy regulations like GDPR and CCPA, helping with tasks like locating, deleting, or opting out of data sharing.
88

9-
This integration is maintained by Transcend. For support, please [contact their Support team](mailto:[email protected]).
9+
This integration is maintained by Transcend. For support, please [contact the Transcend Support team](mailto:[email protected]).
1010

1111
## Prerequisites
1212

13-
### Find Your Segment Subdomain
14-
1. Navigate to your Segment workspace.
15-
2. Select the workspace you wish to integrate with Transcend.
16-
3. The subdomain is the unique workspace identifier in your URL. For example, if your workspace URL is `https://app.segment.com/your-workspace-subdomain/home`, then `your-workspace-subdomain` is the value Transcend requires.
13+
### Identify your Segment subdomain
14+
1. Navigate to the Segment workspace you want to integrate with Transcend.
15+
3. Find the unique workspace identifier, or subdomain, in your URL. For example, if your workspace URL is `https://app.segment.com/your-workspace-subdomain/home`, then `your-workspace-subdomain` is your subdomain. Remember this value or copy it to a safe place, as you will need it to set up your Transcend integration.
1716

1817
### Create an API Key
19-
1. In your workspace, go to **Settings** at the bottom of the left navigation bar.
18+
1. Open your Segment workspace and navigate to **Settings** at the bottom of the left navigation bar.
2019
2. Under **Workspace Settings**, select **Access Management**.
2120
3. In the **User Access Management** pane, switch from **User** to **Tokens** view.
2221
4. Click **Create Token** and select the **Public API** token type.
23-
5. Assign minimal permissions needed for data mapping, with additional permissions for privacy and data governance:
22+
5. Assign the Public API token the following permissions:
2423

2524
- **Privacy Permissions**: Workspace Owner level permissions for handling erasure requests.
2625
- **Data Silo Discovery Permissions**: Workspace Member level permissions with "function read-only" access for all functions.
2726

28-
## Steps to Connect
27+
## Connect with Transcend
2928

3029
1. Enter your Segment subdomain and API key in Transcend.
3130
2. Connect the integration.
32-
3. Configure data points if using the integration for privacy requests (e.g., erasure and tracking opt-out for Segment data are enabled by default).
31+
3. Configure data points if using the integration for privacy requests (for example, erasure and tracking opt-out for Segment data are enabled by default).
3332
4. If needed, enable the **Data Silo Discovery** plugin in the **Configuration** tab.
3433

3534
## Privacy Requests
36-
Transcend facilitates privacy requests via Segment's API, including erasure and tracking opt-out for Segment users. Note that this integration only manages requests within Segment. To delete data from upstream systems, you should connect those systems directly to Transcend.
35+
Transcend facilitates privacy requests using Segment's API, including erasure and tracking opt-out for Segment users. Note that this integration only manages requests within Segment. To delete data from upstream systems, you should connect those systems directly to Transcend.
3736

3837
### Note on Erasure Requests
3938
Transcend will:
40-
- Use the provided Segment User ID to delete historical data.
41-
- Send a Suppress regulation request to Segment, then wait until processed.
42-
- Follow up with a Delete_Internal regulation request and poll until completion.
39+
- Use the provided Segment `userID` to delete historical data.
40+
- Send a `SUPPRESS_ONLY` regulation request to Segment. *For more information about Segment's regulation requests, see the [User Deletion and Suppression](/docs/privacy/user-deletion-and-suppression/) documentation.*
41+
- Follow up with a `DELETE_INTERNAL` regulation request and poll until completion. *For more information about Segment's regulation requests, see the [User Deletion and Suppression](/docs/privacy/user-deletion-and-suppression/) documentation.*
4342

44-
As of 6/25/2021, Segment's dashboard does not display Delete_Internal regulations; they are only accessible via API.
43+
Segment's dashboard currently does not display `DELETE_INTERNAL` regulations: they are only accessible through Segment's API.
4544

4645
### Enrichment
47-
Transcend can identify Segment users based on a defined `userId`. Configure identifiers in Transcend for tracking users within Segment.
46+
Transcend can identify Segment users based on a defined `userId`. Configure identifiers in Transcend to track users within Segment.
4847

4948
### Data Mapping
50-
The Segment integration includes a **Data Silo Discovery** plugin to identify additional services your company uses. This helps build a comprehensive data map. Enabling silo discovery allows Transcend to scan Segment’s sources and destinations, identifying app names and domains. Note: if solely using Data Mapping, the integration does not need access to employee or customer personal data.
49+
The Segment integration includes a **Data Silo Discovery** plugin to identify additional services your company uses. This helps build a comprehensive data map. Enabling silo discovery allows Transcend to scan Segment’s sources and destinations, identifying app names and domains.
50+
51+
Note: If you are only using Data Mapping, the Transcend integration does not need access to employee or customer personal data.

0 commit comments

Comments
 (0)