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/connections/destinations/add-destination.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,10 @@ You can add multiple instances of a destination using the Segment Config API. Se
124
124
125
125
### Multi-instance destinations and Device-mode
126
126
127
-
-**_Mobile_ sources cannot connect to multiple instances of a destination.**
128
-
-_Beware_: Bundling one instance of a destination in a mobile source while having other instances of that destination for a given source will have unexpected consequences.
129
-
-**You can connect a source to an unlimited number of instances of a destination if all of the instances use cloud-mode.** Destinations using cloud-mode receive data directly from the Segment servers.
127
+
128
+
-**_Mobile and Project_ sources cannot connect to multiple instances of a destination.**
129
+
-_Beware_: Bundling one instance of a destination in a mobile source while having other instances of that destination for a given source will have unexpected consequences.
130
+
-**You can connect a source to up to 10 instances of a destination if all of the instances use cloud-mode.** Destinations using cloud-mode receive data directly from the Segment servers.
130
131
-**Non-mobile sources can only connect to one *device-mode* instance of a destination, in addition to unlimited cloud-mode instances.** A web browser device-mode instance of a destination receives data directly from the user’s browser (instead of through the Segment servers), by bundling a copy of destination’s code with the Segment SDK. Segment can’t bundle multiple copies of the destination SDK and so it can’t send data to multiple instances of the destination from the browser.
131
132
-**You cannot connect a source to more than one instance of a destination that operates in device-mode only**. These destinations can only accept data from code directly on the user’s device, and Segment cannot include duplicates of that code for a single source.
132
133
@@ -136,7 +137,7 @@ For more information see [the compatible destination lists below](#multi-instanc
136
137
137
138
### Other multi-instance destination considerations
138
139
139
-
-**Destination Filters and multi-instance destinations:** Destination filters are specific to each source, and currently operate on *all* instances of a destination connected to that source. Support for destination filters for individual destination instances is coming soon.
140
+
-**Destination filters and multi-instance destinations:** Destination filters are specific to each source, and currently operate on *all* instances of a destination connected to that source. Support for destination filters for individual destination instances is coming soon.
140
141
141
142
-**Multiple Data Lakes:** Segment does not currently support connecting a single source to multiple instances of a data lakes destination. [Contact Segment Customer Success](https://segment.com/help/contact/) if this would be useful for your organization.
0 commit comments