Skip to content

Commit 724a35b

Browse files
committed
Merge branch 'master' into DOC-167-journeys
2 parents 50cd1a1 + 1c5874b commit 724a35b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/connections/destinations/add-destination.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ You can add multiple instances of a destination using the Segment Config API. Se
124124

125125
### Multi-instance destinations and Device-mode
126126

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.
130131
- **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.
131132
- **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.
132133

@@ -136,7 +137,7 @@ For more information see [the compatible destination lists below](#multi-instanc
136137

137138
### Other multi-instance destination considerations
138139

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.
140141

141142
- **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.
142143

0 commit comments

Comments
 (0)