Skip to content

Commit 88078c7

Browse files
committed
moengage > end
1 parent f734678 commit 88078c7

File tree

122 files changed

+361
-358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+361
-358
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ users it'll be instantaneous! Segment-MoEngage Integration is a bundled integrat
4444
![segment_settings.png](images/segment_settings.png)
4545

4646
## Identify
47-
Use [Identify](/docs/connections/sources/catalog/libraries/mobile/android/#identify){:target="_blank"} to track user-specific attributes. This is the same as tracking [user attributes](https://help.moengage.com/hc/en-us/articles/360044285511-User-Profile){:target="_blank"} on MoEngage. MoEngage supports traits supported by Segment as well as custom traits. If you set `traits.id`, MoEngage sets that as the Unique ID for that user.
47+
Use [Identify](/docs/connections/sources/catalog/libraries/mobile/android/#identify) to track user-specific attributes. This is the same as tracking [user attributes](https://help.moengage.com/hc/en-us/articles/360044285511-User-Profile){:target="_blank"} on MoEngage. MoEngage supports traits supported by Segment as well as custom traits. If you set `traits.id`, MoEngage sets that as the Unique ID for that user.
4848

4949
> info ""
5050
> MoEngage supports anonymous identifiers in Device-mode only. If you use the MoEngage destination in Cloud-mode, use a known user identifier.
@@ -59,7 +59,7 @@ analytics.identify('12090000-00001992', {
5959
```
6060

6161
## Track
62-
Use [track](/docs/connections/sources/catalog/libraries/mobile/android/#track){:target="_blank"} to track events and user behavior in your app.
62+
Use [track](/docs/connections/sources/catalog/libraries/mobile/android/#track) to track events and user behavior in your app.
6363

6464
```javascript
6565
analytics.track('Article Completed', {
@@ -71,7 +71,7 @@ analytics.track('Article Completed', {
7171
This will send the event to MoEngage with the associated properties. Tracking events is essential and will help you create segments for engaging users.
7272

7373
## Reset
74-
If your app or website supports the ability for a user to logout and login with a new identity, then you'll need to call [reset](/docs/sources/website/analytics.js/#reset-logout){:target="_blank"} method in `analytics.js`.
74+
If your app or website supports the ability for a user to logout and login with a new identity, then you'll need to call [reset](/docs/sources/website/analytics.js/#reset-logout) method in `analytics.js`.
7575

7676
```javascript
7777
analytics.reset();
@@ -540,8 +540,7 @@ While updating the MoEngage settings on the Segment Dashboard, you can enable th
540540
## MoEngage Web SDK Features
541541
For information about optional features, see the documentation below:
542542

543-
* [Configure opt in type](https://help.moengage.com/hc/en-us/articles/210224063-Configure-Web-Push-Settings#configure-web-push-opt-in-0-6
544-
){:target="_blank"}
543+
* [Configure opt in type](https://help.moengage.com/hc/en-us/articles/210224063-Configure-Web-Push-Settings#configure-web-push-opt-in-0-6){:target="_blank"}
545544
* [Self-handled opt-ins](https://developers.moengage.com/hc/en-us/articles/360061219351-Configure-Self-Handled-Opt-In){:target="_blank"}
546545
* [SDK callbacks](https://developers.moengage.com/hc/en-us/articles/4401950701076-Opted-Out-Users){:target="_blank"}
547546

src/connections/destinations/catalog/moesif-api-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This destination is maintained by Moesif. For any issues with the destination, [
1616
1. From the Segment web app, click **Catalog**.
1717
2. Search for "Moesif" in the Catalog, select it, and choose which of your sources to connect the destination to.
1818
3. Enter the Moesif "API Key" into the destinations settings in the Segment App. You can find these by going to
19-
your [Moesif account](https://www.moesif.com) and navigating to the extensions settings.
19+
your [Moesif account](https://www.moesif.com){:target="_blank"} and navigating to the extensions settings.
2020
4. Once integrated, Segment data shows up in Moesif in a few seconds.
2121

2222
> tip ""

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ rewrite: true
33
title: Mouseflow Destination
44
id: 54521fd925e721e32a72eeda
55
---
6-
[Mouseflow](https://mouseflow.com/) is a session replay and heatmap tool that shows how visitors click, move, scroll, browse, and pay attention on websites. It helps clients simplify their analytics to make decisions that matter. The `analytics.js` Mouseflow Destination is open-source. You can browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-mouseflow).
6+
[Mouseflow](https://mouseflow.com/){:target="_blank"} is a session replay and heatmap tool that shows how visitors click, move, scroll, browse, and pay attention on websites. It helps clients simplify their analytics to make decisions that matter. The `analytics.js` Mouseflow Destination is open-source. You can browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-mouseflow){:target="_blank"}s.
77

88
## Getting Started
99

1010

1111

1212
1. From the Segment web app, click **Catalog**.
1313
2. Search for "Mouseflow" in the Catalog, select it, and choose which of your sources to connect the destination to.
14-
3. In the destination settings, enter your Site ID within the Segment Settings UI. You can find this in [your Mouseflow UI](http://help.mouseflow.com/knowledge_base/topics/how-do-i-find-my-mouseflow-site-id).
14+
3. In the destination settings, enter your Site ID within the Segment Settings UI. You can find this in [your Mouseflow UI](http://help.mouseflow.com/knowledge_base/topics/how-do-i-find-my-mouseflow-site-id){:target="_blank"}.
1515

1616
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading the Mouseflow snippet on your page and sending data.
1717

@@ -21,7 +21,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
2121
```
2222
analytics.page()
2323
```
24-
An initial `page` call is required for data to be sent to Mouseflow using Analytics.js and sends a page view. This is included by default in your [Segment snippet](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet).
24+
An initial `page` call is required for data to be sent to Mouseflow using Analytics.js and sends a page view. This is included by default in your [Segment snippet](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet){:target="_blank"}.
2525

2626
## Identify
2727

src/connections/destinations/catalog/movable-ink/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ rewrite: true
33
title: Movable Ink Destination
44
id: 5a611c86c0ff800001f6c431
55
---
6-
[Movable Ink](https://movableink.com/) lets email marketers deliver jaw-dropping customer experiences. Our cloud-based software activates any data to generate intelligent content at the moment of open.
6+
[Movable Ink](https://movableink.com/){:target="_blank"} lets email marketers deliver jaw-dropping customer experiences. Our cloud-based software activates any data to generate intelligent content at the moment of open.
77

8-
This destination is maintained by [Movable Ink](https://movableink.com/). If you have any issues, contact Movable Ink at [email protected].
8+
This destination is maintained by [Movable Ink](https://movableink.com/){:target="_blank"}. If you have any issues, contact Movable Ink at [email protected].
99

1010
{% include content/beta-note.md %}
1111

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rewrite: true
33
title: MSG91 Destination
44
---
55

6-
[MSG91](https://msg91.com/) provides SMS marketing/transactional automation for businesses. With Segment you can send SMS with a single call.
6+
[MSG91](https://msg91.com/){:target="_blank"} provides SMS marketing/transactional automation for businesses. With Segment you can send SMS with a single call.
77

88
This destination is maintained by MSG91. For any issues with the destination, [contact the MSG91 Support team](mailto:[email protected]).
99

@@ -18,7 +18,7 @@ This destination is maintained by MSG91. For any issues with the destination, [c
1818

1919
2. Search for "MSG91" in the Catalog, select it, and choose which of your sources to connect the destination to.
2020

21-
3. Enter the "API Key" into your Segment Settings UI which you can find from your [MSG91 dashboard](https://control.msg91.com/signin/) in the API page using the 'API' option in the sidebar. It's recommended that you create a brand new API key for the Segment destination.
21+
3. Enter the "API Key" into your Segment Settings UI which you can find from your [MSG91 dashboard](https://control.msg91.com/signin/){:target="_blank"} in the API page using the 'API' option in the sidebar. It's recommended that you create a brand new API key for the Segment destination.
2222

2323

2424
## Identify
@@ -103,7 +103,7 @@ Track calls will be sent to MSG91 as a `Send SMS` event.
103103

104104
## Troubleshooting
105105

106-
You can check [MSG91's API doc](https://docs.msg91.com/collection/msg91-api-integration/5/send-sms/T26A6X72) to read more about APIs and also test and create API from there.
106+
You can check [MSG91's API doc](https://docs.msg91.com/collection/msg91-api-integration/5/send-sms/T26A6X72){:target="_blank"} to read more about APIs and also test and create API from there.
107107

108108
### Not seeing events?
109109

@@ -118,13 +118,12 @@ Make sure you send the following properties/ traits to send SMS.
118118
},
119119
```
120120

121-
| **Property/ Trait** | **Type** | **Description** |
121+
| Property/ Trait | Type | Description |
122122
| --- | --- | --- |
123-
| `phone` | Number | Phone number with coutry code, on which you want to send SMS: `167554321`, `918818888758`
123+
| `phone` | Number | Phone number with country code, on which you want to send SMS: `167554321`, `918818888758`
124124
| `firstName` | String | First name of SMS receiver |
125125
| `message` | String | SMS content you want to get delivered on mobile number. |
126-
| `senderID` | String | Identity which will display on mobile when SMS received. Also depeded upon [country rule](https://help.msg91.com/article/53-sender-id-in-various-countries)|
126+
| `senderID` | String | Identity which will display on mobile when SMS received. Also dependent upon [country rule](https://help.msg91.com/article/53-sender-id-in-various-countries){:target="_blank"} |
127127

128128

129-
For more parameters, visit [MSG91 API doc](https://docs.msg91.com/collection/msg91-api-integration/5/send-sms/T26A6X72)
130-
)
129+
For more parameters, visit [MSG91 API doc](https://docs.msg91.com/collection/msg91-api-integration/5/send-sms/T26A6X72){:target="_blank"}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rewrite: true
33
title: Mutiny Destination
44
id: 5c6edab8037dcf00014f8f9b
55
---
6-
[Mutiny](https://mutinyhq.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} allows you to personalize your website content based on customer's activity and 3rd party data. By integrating with [Segment](https://segment.com), you can easily and accurately track conversions and integrate 1st party data for personalization with Mutiny.
6+
[Mutiny](https://mutinyhq.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} allows you to personalize your website content based on customer's activity and 3rd party data. By integrating with [Segment](https://segment.com){:target="_blank"}, you can easily and accurately track conversions and integrate 1st party data for personalization with Mutiny.
77

88
This destination is maintained by Mutiny. For any issues with the destination, [contact the Mutiny Support team](mailto:[email protected]).
99

@@ -14,7 +14,7 @@ This destination is maintained by Mutiny. For any issues with the destination, [
1414
To set up Mutiny to receive Segment data:
1515
1. From your Segment Project's Destinations page click on "Add Destination".
1616
2. Search for "Mutiny" in the Catalog, select it, and choose which of your sources to connect the destination to.
17-
3. In the destination settings, enter your personal "API Key" into Segment's Mutiny integration settings panel UI, which you can find from your [Mutiny dashboard](https://app.mutinyhq.com/integrations/segment).
17+
3. In the destination settings, enter your personal "API Key" into Segment's Mutiny integration settings panel UI, which you can find from your [Mutiny dashboard](https://app.mutinyhq.com/integrations/segment){:target="_blank"}.
1818

1919
## Page
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This destination is maintained by Nat.app. For any issues with the destination,
1616
1. From the Destinations catalog page in the Segment App, click "Add Destination".
1717
2. Search for "Nat.app" in the Destinations Catalog, and select the "Nat.app" destination.
1818
3. Choose which Source should send data to the "Nat.app" destination.
19-
4. Go to the [Nat.app settings page](https://contacts.nat.app/settings), find and copy the "API key".
19+
4. Go to the [Nat.app settings page](https://contacts.nat.app/settings){:target="_blank"}, find and copy the "API key".
2020
5. Enter the "API Key" in the "Nat.app" destination settings in Segment.
2121

2222
## Identify

src/connections/destinations/catalog/new-relic/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ rewrite: true
33
title: New Relic Destination
44
id: 54521fd925e721e32a72eee0
55
---
6-
[New Relic](https://newrelic.com/) enables you to better understand, using their real-time analytics, the end-to-end business impact of your software performance.
6+
[New Relic](https://newrelic.com/){:target="_blank"} enables you to better understand, using their real-time analytics, the end-to-end business impact of your software performance.
77

88
## Getting Started
99

1010

1111

1212
1. From the Segment web app, click **Catalog**.
1313
2. Search for "New Relic" in the Catalog, select it, and choose which of your sources to connect the destination to.
14-
3. In the destination settings, enter your Insights [Account ID](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/account-id) and your [Insert Key](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/insert-custom-events-insights-api#register).
14+
3. In the destination settings, enter your Insights [Account ID](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/account-id){:target="_blank"} and your [Insert Key](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/insert-custom-events-insights-api#register){:target="_blank"}.
1515
4. Once destination enabled we'll start forwarding your calls to New Relic.
1616

1717
## Track
@@ -24,7 +24,7 @@ analytics.track('Article Completed', {
2424
});
2525
```
2626

27-
We forward `track` calls to New Relic in order to [insert custom events using their Insights API](https://docs.newrelic.com/docs/insights/new-relic-insights/adding-querying-data/inserting-custom-events).
27+
We forward `track` calls to New Relic in order to [insert custom events using their Insights API](https://docs.newrelic.com/docs/insights/new-relic-insights/adding-querying-data/inserting-custom-events){:target="_blank"}.
2828

2929
Your event `properties` will be included with the event, conforming to the following rules:
3030
- booleans are transformed to strings

src/connections/destinations/catalog/nielsen-dcr/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Nielsen-DCR is supported on mobile apps and web browsers.
88

99
Digital Content Ratings (DCR) responds to the shifting, complex multi-platform, multi-device and multi-distribution landscape by providing comprehensive measurement of digital content consumption—including streaming video, static web pages and mobile apps—across all major devices and platforms.
1010

11-
In order to get started with Nielsen-DCR and retrieve an `appid` to configure this integration, you must sign a license agreement on the [Nielsen engineering portal](https://engineeringportal.nielsen.com/docs/Main_Page).
11+
In order to get started with Nielsen-DCR and retrieve an `appid` to configure this integration, you must sign a license agreement on the [Nielsen engineering portal](https://engineeringportal.nielsen.com/docs/Main_Page){:target="_blank"}.
1212

1313
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.
1414

@@ -22,11 +22,11 @@ To get started with Nielsen-DCR and Segment, you'll want to first integrate your
2222

2323
### iOS
2424

25-
To install Nielsen DCR via Segment on iOS, please follow the instructions in the Segment-Nielsen-DCR repository [README](https://github.com/segment-integrations/analytics-ios-integration-nielsen-dcr/blob/master/README.md).
25+
To install Nielsen DCR via Segment on iOS, please follow the instructions in the Segment-Nielsen-DCR repository [README](https://github.com/segment-integrations/analytics-ios-integration-nielsen-dcr/blob/master/README.md){:target="_blank"}.
2626

2727
### Android
2828

29-
To install Nielsen DCR via Segment on Android, please follow the instructions in the Segment-Nielsen-DCR repository [README](https://github.com/segment-integrations/analytics-android-integration-nielsen-dcr/blob/master/README.md).
29+
To install Nielsen DCR via Segment on Android, please follow the instructions in the Segment-Nielsen-DCR repository [README](https://github.com/segment-integrations/analytics-android-integration-nielsen-dcr/blob/master/README.md){:target="_blank"}.
3030

3131
## Web
3232

@@ -216,13 +216,13 @@ Content originator ID. This value is only required for distributors.
216216

217217
Segment-Nielsen-DCR iOS retrieves the application name from your app's `Info.plist` application bundle name as returned by `CFBundleName` .
218218

219-
For Android, we retrieve the name of the application package from the [PackageManager](https://developer.android.com/reference/android/content/Context.html#getPackageManager()).
219+
For Android, we retrieve the name of the application package from the [PackageManager](https://developer.android.com/reference/android/content/Context.html#getPackageManager()){:target="_blank"}.
220220

221221
#### How do you determine App Version?
222222

223223
Segment-Nielsen-DCR retrieves the application version from your app's `Info.plist` application bundle name as returned by `CFBundleVersion`.
224224

225-
For Android, we retrieve the version of the application package from the [PackageManager](https://developer.android.com/reference/android/content/Context.html#getPackageManager()).
225+
For Android, we retrieve the version of the application package from the [PackageManager](https://developer.android.com/reference/android/content/Context.html#getPackageManager()){:target="_blank"}.
226226

227227
#### What are the Nielsen-DCR `clientId` and `subbrand` values?
228228

0 commit comments

Comments
 (0)