Skip to content

Commit b09e14d

Browse files
author
markzegarelli
authored
Merge pull request #2090 from segmentio/develop
Release 21.44.1
2 parents cbf42d3 + cffb235 commit b09e14d

File tree

10 files changed

+4011
-267
lines changed

10 files changed

+4011
-267
lines changed

.github/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ changelog:
44
- automated-reposync-pr
55
- autoupdate
66
- back-end
7+
- release
78
authors:
89
- bot-docsteam
910
categories:

lychee-out.txt

Lines changed: 3855 additions & 0 deletions
Large diffs are not rendered by default.

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/_data/sidenav/strat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sections:
4646
- path: /connections/destinations/catalog/firebase
4747
title: Google Firebase (mobile analytics) destination
4848
- path: /connections/destinations/catalog/google-analytics
49-
title: Google Analytics destination
49+
title: Google Universal Analytics destination
5050
- path: /connections/destinations/catalog/google-analytics/ga4-plans
5151
title: Google Analytics 4 destination
5252
- path: /connections/destinations/catalog/google-tag-manager

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.

src/connections/destinations/catalog/chameleon/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Our Chameleon destination code is open-source on GitHub if you want to [check it
88

99
When you enable the Segment direct destination on the [Chameleon dashboard](https://app.trychameleon.com/settings/integrations) we will immediately start receiving your app's user and event data collected by Segment.
1010

11+
You may need to enable your website domain on the [Chameleon Domains Dashboard](https://app.trychameleon.com/settings/domains) to see User events and properties on Chameleon.
12+
1113
## Identify
1214

1315
This helps you target product tours to specific (segments of) users. You can read more about how to segmentations work in [Chameleon's docs](https://help.trychameleon.com/en/articles/1500422-how-to-create-a-target-audience)

src/connections/destinations/catalog/google-analytics/index.md

Lines changed: 111 additions & 110 deletions
Large diffs are not rendered by default.

src/connections/destinations/catalog/iterable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hide-personas-partial: true
44
cmode-override: true
55
---
66

7-
When you enable the Iterable destination from the Segment app, your data starts flowing into Iterable, where it can trigger workflows and make data available for analytics. You can find your Iterable API key by going to Destinations → API Keys inside the Iterable app.
7+
When you enable the Iterable destination from the Segment app, your data starts flowing into Iterable, where it can trigger workflows and make data available for analytics. You can find or generate your Iterable API key by going to Integrations → API keys inside the Iterable app.
88

99
<!-- LR 8/7/2020 these are all 404ing, commenting out until we can figure out if they're gone or just moved
1010
**Use Cases**

src/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To upgrade a source to Analytics.js 2.0:
1717
6. Open the Debugger to ensure that events are flowing as expected.
1818

1919
> info ""
20-
> If you set `'Segment.io:' false' in the integrations object, Analytics.js 2.0 drops the event before it reaches the Source Debugger.
20+
> If you set `'Segment.io:' false` in the integrations object, Analytics.js 2.0 drops the event before it reaches the Source Debugger.
2121
2222
## Automatic migration
2323

@@ -34,7 +34,7 @@ Analytics.js sources will upgrade to Analytics.js 2.0 on the date below, accordi
3434
3535
## Revert to Analytics.js Classic
3636

37-
Once a source moves to Analytics.js 2.0, you can follow the steps above in [Manual migration](#manual-migration) back to roll back to Analytics.js Classic.
37+
Once a source moves to Analytics.js 2.0, you can follow the steps above in [Manual migration](#manual-migration) to roll back to Analytics.js Classic.
3838

3939
## Cases that require additional intervention
4040

0 commit comments

Comments
 (0)