Skip to content

Commit 2a32eb8

Browse files
committed
cleanup new docs [netlify-build]
1 parent 90dfd9d commit 2a32eb8

File tree

7 files changed

+38
-27
lines changed

7 files changed

+38
-27
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/adobe-swift.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ strat: adobe
44
redirect_from: '/connections/destinations/catalog/omniture/'
55
id: 5783cec280412f644ff14226
66
---
7-
Once you enable Adobe Analytics (formerly known as Omniture or Sitecatalyst) in Segment, you can start sending data from any of the Segment [libraries](/docs/connections/sources/catalog/) to an Adobe report suite. When you send events from Segment's mobile SDKs or Cloud-mode libraries, Segment translates that data using a mapping that you configure, and then passes it to the Adobe Analytics [Data Insertion API](https://docs.adobe.com/content/help/en/analytics/import/c-data-insertion-api.html){:target="_blank”}.
8-
9-
The following documentation provides detailed explanation of how both destination the Device-mode and Cloud-mode components work. For FAQs about Device- vs Cloud-mode tracking, unique users, identifiers, and more, see the Best Practices page!
7+
Once you enable Adobe Analytics (formerly known as Omniture or Sitecatalyst) in Segment, you can start sending data from any of the Segment [libraries](/docs/connections/sources/catalog/) to an Adobe report suite. When you send events from Segment's mobile SDKs or Cloud-mode libraries, Segment translates that data using a mapping that you configure, and then passes it to the Adobe Analytics [Data Insertion API](https://docs.adobe.com/content/help/en/analytics/import/c-data-insertion-api.html){:target="_blank”}.The following documentation provides detailed explanation of the Device-mode functionality.
108

119

1210
## Planning for Adobe Analytics

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/intercom-swift.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ id: 54521fd725e721e32a72eec6
1010
2. Search for "Intercom" and select it in the results that appear.
1111
3. Choose which Source to connect Intercom to.
1212
4. Authorize your Intercom account in Segment and select the Intercom Account to sync with Segment.
13-
14-
You can choose which account to sync from the drop down menu in the top right. If you are using [server-side sources](/docs/connections/sources#server), Segment starts passing data through once you activate the Destination. For other libraries continue reading below.
1513
5. [Find your "App ID" in the Intercom UI](https://docs.intercom.com/faqs-and-troubleshooting/getting-set-up/where-can-i-find-my-app-id){:target="_blank"} or by navigating to the Gear Menu and clicking on "App Settings" followed by "API Keys". It should look something like `9iefb489`.
1614

17-
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Intercom's `library.js` onto your page.
18-
19-
This means you should remove Intercom's snippet from your page.
2015

2116
## Adding the dependency
2217

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/localytics-swift.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ title: Analytics Swift Localytics Plugin
33
id: 54521fd925e721e32a72eed0
44
---
55

6+
Our Analytics-Swift Localytics Destination Plugin is open sourced on GitHub. Feel free to
7+
[check it out here](https://github.com/segment-integrations/analytics-swift-localytics).
8+
69
## Getting Started
710

811
The Analytics-Swift Localytics Session Plugin provides session tracking support to your applications via this plugin for [Analytics-Swift](https://github.com/segmentio/analytics-swift)
912

10-
> success ""
11-
> This plugin simply adds session data for Localytics, and events are sent via Cloud Mode.
13+
# Getting Started
14+
15+
1. From the Segment Destinations page click **Add Destination**.
16+
2. Search for `Localytics` and select it in the results that appear.
17+
3. Choose which Source to connect `Localytics` to.
18+
4. Add your `Localytics` App Key to the Destination setting.
19+
1220

1321
## Adding the dependency
1422

@@ -51,3 +59,19 @@ let analytics = Analytics(configuration: Configuration(writeKey: "<YOUR WRITE KE
5159
analytics.add(plugin: LocalyticsDestination())
5260
```
5361
Your events will now be given Localytics session data and start flowing to Localytics via Cloud Mode.
62+
63+
64+
## Identify
65+
66+
When you call [`identify`](/docs/connections/spec/identify/), we'll set the Localytics
67+
customer Id, and set any special Localytics traits you provide, such as `name`,
68+
or `email`, and any custom traits as well.
69+
70+
## Track
71+
72+
Whenever you call [`track`](/docs/connections/spec/track/), we'll log an event with
73+
Localytics. [`track`](/docs/connections/spec/track/) takes the name of the event and any
74+
optional properties you want to associate with the event.
75+
76+
- - -
77+

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/nielsen-dcr.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ There will be an NDA to sign prior to accessing the download. Nielsen requires y
1414

1515
You must also go through a pre-certification process with your Nielsen representative before shipping this implementation to production.
1616

17-
> success ""
18-
> This plugin simply adds session data for Nielsen-DCR, and events are sent via Cloud Mode.
19-
2017
## Adding the dependency
2118

2219
### via Xcode
@@ -55,4 +52,4 @@ let analytics = Analytics(configuration: Configuration(writeKey: "<YOUR WRITE KE
5552
.trackApplicationLifecycleEvents(true))
5653
analytics.add(plugin: NielsenDCRDestination())
5754
```
58-
Your events will now be given Nielsen-DCR session data and start flowing to Nielsen-DCR via Cloud Mode.
55+
Your events will now be given Nielsen-DCR session data and start flowing to Nielsen-DCR via Device Mode.

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/nielsen-dtvr-swift.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ In order to get started with Nielsen-DTVR and retrieve an `appid` to configure t
1212
There will be an NDA to sign prior to accessing the download. Nielsen requires you fill out your company info and have a Nielsen representative before getting started.
1313

1414
You must also go through the pre-certification process as outlined here with your Nielsen representative before shipping this implementation to production. The Nielsen-DTVR destination in the Segment dashboard is in private beta. You will need to talk to your Segment customer service representative to get started.
15-
16-
17-
> success ""
18-
> This plugin simply adds session data for Nielsen-DTVR, and events are sent via Cloud Mode.
15+
ata for Nielsen-DTVR, and events are sent via Cloud Mode.
1916

2017
### Adding the dependency
2118

@@ -58,4 +55,4 @@ analytics.add(plugin: NielsenDTVRDestination())
5855
```
5956

6057

61-
Your events will now be given Nielsen-DTVR session data and start flowing to Nielsen-DTVR via Cloud Mode.
58+
Your events will now be given Nielsen-DTVR session data and start flowing to Nielsen-DTVR via Device Mode.

src/connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins/intercom-kotlin-android.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ id: 54521fd725e721e32a72eec6
1010
2. Search for "Intercom" and select it in the results that appear.
1111
3. Choose which Source to connect Intercom to.
1212
4. Authorize your Intercom account in Segment and select the Intercom Account to sync with Segment.
13-
14-
You can choose which account to sync from the drop down menu in the top right. If you are using [server-side sources](/docs/connections/sources#server), Segment starts passing data through once you activate the Destination. For other libraries continue reading below.
1513
5. [Find your "App ID" in the Intercom UI](https://docs.intercom.com/faqs-and-troubleshooting/getting-set-up/where-can-i-find-my-app-id){:target="_blank"} or by navigating to the Gear Menu and clicking on "App Settings" followed by "API Keys". It should look something like `9iefb489`.
1614

17-
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Intercom's `library.js` onto your page.
18-
1915
This means you should remove Intercom's snippet from your page.
2016

2117
## Adding the dependency
@@ -51,9 +47,7 @@ Just under your Analytics-Kotlin library setup, call `analytics.add(plugin = ...
5147
analytics.add(plugin = IntercomDestination(applicationContext))
5248
```
5349

54-
Your events will now begin to flow to Intercom in device mode.
55-
56-
50+
Your events will now begin to flow to Intercom in Device mode.
5751

5852
## Identify
5953

src/connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins/localytics-kotlin-android.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Our Analytics-Kotlin Localytics Destination Plugin is open sourced on GitHub. Fe
77

88
## Getting Started
99

10+
1. From the Segment Destinations page click **Add Destination**.
11+
2. Search for `Localytics` and select it in the results that appear.
12+
3. Choose which Source to connect `Localytics` to.
13+
4. Add your `Localytics` App Key to the Destination setting.
14+
15+
1016
Once the Segment library is integrated with your site or app, toggle Localytics
1117
on in your Segment destinations, and add your application's **App Key** which
1218
you can find in your Localytics app settings. These new settings will take up to
@@ -76,7 +82,7 @@ Just under your Analytics-Kotlin library setup, call `analytics.add(plugin = ...
7682
analytics.add(plugin = LocalyticsDestination())
7783
```
7884

79-
Your events will now begin to flow to Localytics in device mode.
85+
Your events will now begin to flow to Localytics in Device Mode.
8086

8187

8288
## Identify

0 commit comments

Comments
 (0)