Skip to content

Commit 354a10f

Browse files
committed
Revert premonition changes
1 parent f3b4b5a commit 354a10f

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

src/_includes/content/connection-modes-intro.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@ Segment's web source (Analytics.js), and native client-side libraries (iOS, Andr
22

33
- **Cloud-mode**: The sources send data directly to the Segment servers, which then translate it for each connected downstream destination, and send it on. Translation is done on the Segment servers, keeping your page size, method count, and load time small.
44

5-
> info "Healthcare and Life Sciences (HLS) customers can encrypt data flowing into their destination"
6-
>
7-
> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
8-
> To learn more about data encryption, see the [HIPAA Eligible Segment documentation](/docs/segment/privacy/hipaa-eligible-segment/#data-encryption).
5+
<div class="premonition info">
6+
<div class="fa fa-info-circle"></div>
7+
<div class="content">
8+
<p class="header">Healthcare and Life Sciences (HLS) customers can encrypt data flowing into their destinations</p>
9+
<p> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
10+
<br>To learn more about data encryption, see the <a href="/docs/privacy/hipaa-eligible-segment/#data-encryption">HIPAA Eligible Segment documentation</a>.</p>
11+
</div>
12+
</div>
913

1014
- **Device-mode**: You include additional code on your website or mobile app which allows Segment to use the data you collect on the device to make calls directly to the destination tool's API, without sending it to the Segment servers _first_. (You still send your data to the Segment servers, but this occurs asynchronously.) This is also called *wrapping* or *bundling*, and it might be required when the source has to be loaded on the page to work, or loaded directly on the device to function correctly. When you use Analytics.js, you can change the device-mode destinations that a specific source sends from within the Segment web app, without touching any code.
1115

12-
> info ""
13-
>
14-
> If you use Server source libraries, they only send data directly to Segment in Cloud-mode. Server library implementations operate in the server backend, and can't load additional destination SDKs.
16+
17+
<div class="premonition info">
18+
<div class="fa fa-info-circle"></div>
19+
<div class="content">
20+
<p class="header"></p>
21+
<p>If you use Server source libraries, they only send data directly to Segment in Cloud-mode. Server library implementations operate in the server backend, and can't load additional destination SDKs.</p>
22+
</div>
23+
</div>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
> info "Developer Center no longer accepts new components"
2-
>
3-
> Segment is redeveloping the Developer Center and will launch a new version when complete. To stay up to date, add your contact information [in this Airtable form](https://airtable.com/shrT3b4C7agUEBKVS)
1+
<div class="premonition info"><div class="fa fa-info-circle"></div><div class="content"><p class="header">Developer Center no longer accepts new components.</p><p markdown=1>Segment is redeveloping the Developer Center and will launch a new version when complete. To stay up to date, add your contact information [in this Airtable form](https://airtable.com/shrT3b4C7agUEBKVS){:target="_blank"}.</p></div></div>

0 commit comments

Comments
 (0)