You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/content/connection-modes-intro.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@ Segment's web source (Analytics.js), and native client-side libraries (iOS, Andr
2
2
3
3
-**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.
4
4
5
+
<divclass="premonition info">
6
+
<divclass="fa fa-info-circle"></div>
7
+
<divclass="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
+
5
14
-**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.