Skip to content

Commit 33ce153

Browse files
authored
Merge pull request segmentio#96 from segmentio/repo-sync
repo sync
2 parents 3213fd6 + 58c1b7c commit 33ce153

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/_data/catalog/overrides.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ items:
4444
- Google AdWords New
4545
- slug: klaviyo
4646
display_name: Klaviyo
47+
previous_names:
48+
- Klaviyo
4749
components:
4850
- code: 'https://github.com/segment-integrations/analytics.js-integration-klaviyo'
4951
type: browser

src/connections/destinations/add-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ You can add multiple instances of a destination using the Segment Config API. Se
122122
### Multi-instance destinations and Device-mode
123123

124124
- **You can connect a source to up to 25 instances of a destination if all of the instances use cloud-mode.** Destinations using cloud-mode receive data directly from the Segment servers.
125-
- **Mobile sources, and the legacy Project source, can connect to multiple instances of cloud-mode only destinations.** Mobile and Project sources cannot connect to multiple instances of cloud-mode and device-mode destinations.
125+
- **Mobile sources, and the legacy Project source, can connect to multiple instances of destinations that operate only in cloud-mode.** Mobile and Project sources cannot connect to multiple instances of destinations that operate in both cloud-mode and device-mode.
126126
- **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.
127127
- **Non-mobile sources can only connect to one *device-mode* instance of a destination, in addition to up to 25 cloud-mode instances.** A web browser sending to a destination in device-mode sends 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.
128128
- **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.

0 commit comments

Comments
 (0)