Skip to content

Commit 42a8eff

Browse files
author
Thomas Gilbert
committed
[index.md] rebrand Wootric to InMoment
1 parent b609b44 commit 42a8eff

File tree

1 file changed

+19
-19
lines changed
  • src/connections/destinations/catalog/wootric-by-inmoment

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
2-
title: Wootric by InMoment Destination
2+
title: InMoment (formerly Wootric) Destination
33
rewrite: true
44
redirect_from: '/connections/destinations/catalog/wootric/'
55
---
66

7-
[Wootric by InMoment](https://www.wootric.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is the modern customer feedback management platform that brands around the globe use to make experience their competitive advantage.
7+
[InMoment (formerly Wootric)](https://www.wootric.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is the modern customer feedback management platform that brands around the globe use to make experience their competitive advantage.
88

9-
The Wootric by InMoment Destination is open-source. You can browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-wootric).
9+
The InMoment Destination is open-source. You can browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-wootric).
1010

11-
This document was last updated on January 23, 2020. If you notice any gaps, out-dated information or simply want to leave some feedback to help us improve our documentation, [contact Wootric by InMoment Support](mailto:[email protected])!
11+
This document was last updated on January 23, 2020. If you notice any gaps, out-dated information or simply want to leave some feedback to help us improve our documentation, [contact InMoment Support](mailto:[email protected])!
1212

1313

1414
## Getting Started
1515

1616
{% include content/connection-modes.md %}
1717

1818
1. From the Segment web app, click **Catalog**.
19-
2. Search for "Wootric by InMoment" in the Catalog, select it, and choose which of your sources to connect the destination to.
20-
3. In the destination settings, enter your Wootric by InMoment "Account Token".
21-
You can retrieve this from your **Wootric by InMoment Settings > Your unique Account Token**. It should look like `NPS-XXXXXXXX`.
22-
4. If you're using Segment's client-side `analytics.js` library, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Wootric by InMoment's Javascript library onto the page and begins sending data.
19+
2. Search for "InMoment (Wootric)" in the Catalog, select it, and choose which of your sources to connect the destination to.
20+
3. In the destination settings, enter your InMoment "Account Token".
21+
You can retrieve this from your **InMoment Settings > Your unique Account Token**. It should look like `NPS-XXXXXXXX`.
22+
4. If you're using Segment's client-side `analytics.js` library, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading InMoment's Javascript library onto the page and begins sending data.
2323

2424
### Mobile
2525

26-
1. For mobile implementations additional settings are required. Navigate to your Wootric by InMoment Settings > API to add in your "Client ID" and "Client Secret" to the respective parts of the Segment Settings UI.
26+
1. For mobile implementations additional settings are required. Navigate to your InMoment Settings > API to add in your "Client ID" and "Client Secret" to the respective parts of the Segment Settings UI.
2727

2828
**IMPORTANT:** The incoming responses and surveys will not be tied to a user until you [identify](https://segment.com/docs/connections/destinations/catalog/wootric-by-inmoment/#identify) your user.
2929

@@ -40,20 +40,20 @@ analytics.identify('userId123', {
4040
});
4141
```
4242

43-
When you call Identify, the user's information is passed to Wootric by InMoment to check eligibility during survey responses. Segment's special traits recognized as Wootric by InMoment's standard user profile fields (in parentheses) are:
43+
When you call Identify, the user's information is passed to InMoment to check eligibility during survey responses. Segment's special traits recognized as InMoment's standard user profile fields (in parentheses) are:
4444

45-
| Segment Parameter | Wootric by InMoment Parameter | Description |
45+
| Segment Parameter | InMoment Parameter | Description |
4646
| ------------------ | ------------------------------------ | ------------------------------------ |
4747
| `email` | `wootricSettings.email` | The email of this user. |
48-
| `createdAt` | `wootricSettings.created_at` | ISO 8610 timestamp. Wootric requires the timestamp to be rounded to the nearest second so we will make this conversion for you. |
49-
| `language` | `wootricSettings.language` | Language for Wootric's Net Promoter Score (NPS). |
48+
| `createdAt` | `wootricSettings.created_at` | ISO 8610 timestamp. InMoment requires the timestamp to be rounded to the nearest second so we will make this conversion for you. |
49+
| `language` | `wootricSettings.language` | Language for Net Promoter Score (NPS). |
5050

5151

5252
## Track
5353

54-
When you call Track, the user’s information is passed along with the event name to Wootric by InMoment to check eligibility during survey responses.
54+
When you call Track, the user’s information is passed along with the event name to InMoment to check eligibility during survey responses.
5555
> note ""
56-
> **Note**: this only works if you enable Targeted Sampling in your Wootric by InMoment account. The event name must be exactly the same as the one used in the Track call.
56+
> **Note**: this only works if you enable Targeted Sampling in your InMoment account. The event name must be exactly the same as the one used in the Track call.
5757
5858
## Page
5959

@@ -63,12 +63,12 @@ If you aren't familiar with the Segment Spec, you should first read about what t
6363
analytics.page()
6464
```
6565

66-
Segment sends Page calls to Wootric by InMoment as a `pageview`.
66+
Segment sends Page calls to InMoment as a `pageview`.
6767

68-
When you call Page, Wootric by InMoment tracks the URL, page name, and page path that you are currently on. You can use this information in the Wootric by InMoment Settings to trigger surveys by using Wootric by InMoment's Targeted Sampling feature.
69-
Wootric by InMoment recognizes the following Segment Page properties as the following page fields:
68+
When you call Page, InMoment tracks the URL, page name, and page path that you are currently on. You can use this information in the InMoment Settings to trigger surveys by using InMoment's Targeted Sampling feature.
69+
InMoment recognizes the following Segment Page properties as the following page fields:
7070

71-
| Segment Parameter | Wootric by InMoment Parameter | Description |
71+
| Segment Parameter | InMoment Parameter | Description |
7272
| ------------------ | ------------------------------------ | ------------------------------------ |
7373
| `name` | `wootricSettings.email` | The name assigned to this page. |
7474
| `path` | `wootricSettings.page_info.path` | The path portion of the URL of the page. Equivalent to the canonical path which defaults to `location.pathname` from the DOM API. |

0 commit comments

Comments
 (0)