Skip to content

Commit cb90953

Browse files
Merge pull request #8059 from segmentio/DOCSPLAT-2991-small-fixes
DOCSPLAT 2996 Modifications for serialization - pt2
2 parents 4ab3216 + a0e3918 commit cb90953

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ id: 5537d3e80a20f4e22f0fb385
1414
3. In the destination settings, enter your Apptimize application key, the 31 character key which you can find in your [Apptimize app settings](https://apptimize.com/admin/settings/apps).
1515
4. Depending on the mobile library you've selected, follow the below instructions to complete your setup.
1616

17-
_**NOTE:** There is also an advanced setting to publish Apptimize experiment data to Segment. If you choose to automatically record screen events or track Application lifecycle events, these will also be reflected in Apptimize. You also have access to all normal Apptimize non-Segment functionality. To integrate, simply pull in the destination as a dependency and include the Apptimize Integration Factory when setting up Segment Analytics. _
17+
_**NOTE:** There is also an advanced setting to publish Apptimize experiment data to Segment. If you choose to automatically record screen events or track Application lifecycle events, these will also be reflected in Apptimize. You also have access to all normal Apptimize non-Segment functionality. To integrate, simply pull in the destination as a dependency and include the Apptimize Integration Factory when setting up Segment Analytics._
1818

1919
### iOS
2020

@@ -60,7 +60,7 @@ Set the plist property `ApptimizeAppKey` to the corresponding app key for the ap
6060
6161
#### Android
6262
63-
Use the [Apptimize.setup](https://sdk.apptimize.com/android/javadocs/javadoc-2.12.10/com/apptimize/Apptimize.html#setup(android.content.Context,%20java.lang.String){:target="_blank"} API to initialize Apptimize with the app key.
63+
Use the [Apptimize.setup](https://sdk.apptimize.com/android/javadocs/javadoc-2.12.10/com/apptimize/Apptimize.html#setup\(android.content.Context,%20java.lang.String\)){:target="_blank"} API to initialize Apptimize with the app key.
6464
6565
It is important to note that if the app keys in the plist/code and the Segment dashboard do not match, the SDK will use the app key from the plist/code as it finishes initialization first. While it is safe to initialize Apptimize multiple times in the app, to avoid confusion, be very careful that the app key is the same in both the places.
6666

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ id: 54521fd525e721e32a72ee9b
77

88
At the moment, we support the following integrations:
99

10-
Web | [Analytics.js SDK 2.1.0](https://github.com/segment-integrations/analytics.js-integration-bugsnag){:target="_blank"}
11-
Android | [Android SDK 2.0.0](https://github.com/segment-integrations/analytics-android-integration-bugsnag){:target="_blank"}
12-
iOS | [iOS SDK 1.0.3](https://github.com/segment-integrations/analytics-ios-integration-bugsnag){:target="_blank"}
10+
| | |
11+
|---|---|
12+
| Web | [Analytics.js SDK 2.1.0](https://github.com/segment-integrations/analytics.js-integration-bugsnag){:target="_blank"} |
13+
| Android | [Android SDK 2.0.0](https://github.com/segment-integrations/analytics-android-integration-bugsnag){:target="_blank"} |
14+
| iOS | [iOS SDK 1.0.3](https://github.com/segment-integrations/analytics-ios-integration-bugsnag){:target="_blank"} |
1315

1416

1517
## Getting Started

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ id: 54521fd525e721e32a72ee9d
44
---
55
Our Chartbeat destination code is open-source on GitHub if you want to [check it out](https://github.com/segment-integrations/analytics.js-integration-chartbeat){:target="_blank"}.
66

7-
## Getting Started
7+
## Getting started
88

99
When you enable Chartbeat in the Segment web app, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading `chartbeat.js` onto your page. This means you should remove Chartbeat's snippet from your page.
1010
+ Your Chartbeat real-time dashboard will start showing live concurrent visitors.
1111

1212
Chartbeat is only supported on the client-side.
1313

14-
15-
1614
## Page
1715

1816
The [`page`](/docs/connections/spec/page/) method in Analytics.js will call Chartbeat's `virtualPage` function with either the Url you provide or the current window's pathname. Use the [`page`](/docs/connections/spec/page/) method if you have a one-page app that doesn't reload the browser page between views.

0 commit comments

Comments
 (0)