Skip to content

Commit bd5b096

Browse files
committed
added new callout [netlify-build]
1 parent 832dc5e commit bd5b096

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ 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+
<div class="premonition info">
6+
<div class="fa fa-info-circle"></div>
7+
<div class="content">
8+
<p class="header">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>
13+
514
- **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.
615

716

0 commit comments

Comments
 (0)