Skip to content

Commit b1ef286

Browse files
authored
Update add-destination.md (#1586)
Clarify that a source can connect to up to 1 cloud-mode instances - not unlimited cloud-mode instances - of a destination.
1 parent 9e5bb40 commit b1ef286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/destinations/add-destination.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ You can add multiple instances of a destination using the Segment Config API. Se
131131
- **Mobile sources, and the legacy Project source, cannot connect to multiple instances of a destination.**
132132
- **Warning**: If you bundle one instance of a destination in a mobile source but have other instances of that destination connected to that source you might see unexpected and inconsistent data.
133133
- **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.
134-
- **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.
134+
- **Non-mobile sources can only connect to one *device-mode* instance of a destination, in addition to up to 10 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.
135135
- **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.
136136

137137
For more information see [the compatible destination lists below](#multi-instance-compatible-destinations).
@@ -169,7 +169,7 @@ In this example:
169169
The sections below list the most popular multi-instance Segment destinations. This list is not exhaustive. If you don’t see your favorite destination in these lists, [contact Segment Customer Success](https://segment.com/help/contact/).
170170

171171
##### Cloud-mode and device-mode
172-
The following destinations can receive data from an unlimited number of sources in cloud-mode, and **up to one device-mode connection**.
172+
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, and **up to one instance in device-mode**.
173173

174174
- [Adobe Analytics](/docs/connections/destinations/catalog/adobe-analytics/)
175175
- [Amplitude](/docs/connections/destinations/catalog/amplitude/)
@@ -183,7 +183,7 @@ The following destinations can receive data from an unlimited number of sources
183183

184184
##### Cloud-mode only
185185

186-
The following destinations can receive data from an unlimited number of sources in cloud-mode, but do not support device-mode connections at all.
186+
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, but these destinations do not support a device-mode connection at all.
187187

188188
- [ActiveCampaign](/docs/connections/destinations/catalog/activecampaign/)
189189
- [Akita](/docs/connections/destinations/catalog/akita/)

0 commit comments

Comments
 (0)