Skip to content

Commit 0d2f54c

Browse files
authored
Minor updates
1 parent 214a5ae commit 0d2f54c

File tree

1 file changed

+19
-20
lines changed
  • src/connections/destinations/catalog/startdeliver-v2

1 file changed

+19
-20
lines changed

src/connections/destinations/catalog/startdeliver-v2/index.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,33 @@ beta: true
88
Startdeliver maintains this destination. For any issues with the destination, [contact their support team](mailto:[email protected]).
99

1010

11-
## Getting Started
11+
## Getting started
1212

1313

1414

1515
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
16-
2. Search for "Startdeliver" in the Destinations Catalog, and select the "Startdeliver" destination.
17-
3. Choose which Source should send data to the "Startdeliver" destination.
18-
4. Go to the [API keys](https://app.startdeliver.com/settings/apikeys){:target="_blank"} in your Startdeliver dashboard, generate an API key, make it active and grant it "Admin" permissions.
19-
5. Enter the "API Key" in the "Startdeliver" destination settings in Segment.
20-
6. Create a User custom field you want to match a Segment event on [here](https://app.startdeliver.com/settings/fields){:target="_blank"}. You will need a field's alias at the next step.
21-
7. Enter the "Startdeliver user custom field to match on" in the "Startdeliver" destination settings in Segment.
22-
16+
2. Search for **Startdeliver** in the Destinations Catalog, and select the **Startdeliver** destination.
17+
3. Choose which source should send data to the Startdeliver destination.
18+
4. Go to the [API keys](https://app.startdeliver.com/settings/apikeys){:target="_blank"} in your Startdeliver dashboard, generate an API key, make it active and grant it admin permissions.
19+
5. Enter the API Key in the Startdeliver destination settings in Segment.
20+
6. Create a User custom field you want to match a Segment event on [in your settings](https://app.startdeliver.com/settings/fields){:target="_blank"}. You will need a field's alias during the next step.
21+
7. Enter the Startdeliver user custom field to match on in the Startdeliver destination settings in Segment.
2322

2423
You have to [identify](/docs/connections/spec/identify/) your user with a proper `userId` so that Startdeliver can match your Segments events with correct Startdeliver users.
2524

26-
Startdeliver attaches any matched events to existing users. If no matched users are found, Startdeliver creates a new user. Startdeliver uses a custom field you specified at the 7th step of the "Getting Started" section to match a user.
25+
Startdeliver attaches any matched events to existing users. If no matched users are found, Startdeliver creates a new user. Startdeliver uses a custom field you specified during the seventh step of the Getting Started section to match a user.
2726

2827
For example, you have a user in Startdeliver and you want to attach your Segment events to that user.
2928

30-
To do this, create a User custom field. For instance, it could be `externalId`. Now you should update your Startdeliver user with a proper value, for example, `97980cfea0067` (this is your user's ID). Don't forget to set this custom field in 7th step of the "Getting Started" section.
29+
To do this, create a User custom field, like `externalId`. Now you should update your Startdeliver user with a proper value, for example, `97980cfea0067` (this is your user's ID). Don't forget to set this custom field in 7th step of the "Getting Started" section.
3130

32-
Now when this user goes to your app, you should [identify](/docs/connections/spec/identify/) them:
31+
When this user goes to your app, you should [identify](/docs/connections/spec/identify/) them:
3332

3433
```js
3534
analytics.identify('97980cfea0067')
3635
```
3736

38-
After this, you can send either `Page` or `Track` events:
37+
After this, you can send either Page or Track events:
3938

4039
```js
4140
analytics.track('Login Button Clicked')
@@ -45,7 +44,7 @@ This event is matched with a Startdeliver user that has ID `97980cfea0067` set i
4544

4645
Segment events will appear on Customer and User views in Startdeliver. The views will be created instantly within Startdeliver.
4746

48-
For further information you can check [Startdeliver documentation](https://app.startdeliver.com/dev/app/Segment){:target="_blank"}.
47+
For more information, view the [Startdeliver documentation](https://app.startdeliver.com/dev/app/Segment){:target="_blank"}.
4948

5049

5150
## Page
@@ -81,18 +80,18 @@ Segment sends Track calls to Startdeliver as a `track` event.
8180

8281
## Identify & Group
8382

84-
To enable parsing of Identify and Group events in Startdeliver you have to enable it in the [Segment app configuration in your Startdeliver-account](https://app.startdeliver.com/settings/app/segment).
83+
To enable parsing of Identify and Group events in Startdeliver, you have to enable it in the [Segment app configuration in your Startdeliver-account](https://app.startdeliver.com/settings/app/segment){:target="_blank"}.
8584

86-
In order for us to properly manage Identify and Group events you are also required to configure the Matching and Mapping variables in Startdeliver settings in order to choose which fields should map to a User or a Customer respectively when these events are received. If a User or a Customer is found based on these parameters it will be updated or otherwise created in Startdeliver.
85+
For Startdeliver to manage Identify and Group events, you must configure the Matching and Mapping variables in Startdeliver settings in order to choose which fields should map to a User or a Customer respectively when these events are received. If a User or a Customer is found based on these parameters it will be updated or otherwise created in Startdeliver.
8786

88-
The configuration is cached for 10 minutes so any changes made in the configuration will take up to 10 minutes to update.
87+
The configuration is cached for 10 minutes, so any changes made in the configuration will take up to 10 minutes to update.
8988

90-
`startdeliverMatchingField` Should contain an object with a Field alias that you wish to match your User towards in Startdeliver, as well as a target format type.
89+
`startdeliverMatchingField` should contain an object with a Field alias that you want to match your User towards in Startdeliver, as well as a target format type.
9190
`externalMatchingField` should be the field name from which the value will be matched towards the field above.
9291

93-
The same thing goes for `startdeliverCustomerField` and `externalCustomerField` if you have any Customer data that you wish to use to connect the user to a customer, as well as update or create a customer in Startdeliver.
92+
This also applies to `startdeliverCustomerField` and `externalCustomerField` if you have any Customer data that you want to use to connect the user to a customer, as well as update or create a customer in Startdeliver.
9493

95-
`userMappnig` and `customerMapping` contains any field values that you wish to append to your User or Customer respectively. This array of objects should contain a Target field-alias, source-field alias as well as a Target-type.
94+
`userMapping` and `customerMapping` contains any field values that you want to append to your User or Customer respectively. This array of objects should contain a Target field-alias, source-field alias as well as a Target-type.
9695

9796
```js
9897
{
@@ -135,4 +134,4 @@ The same thing goes for `startdeliverCustomerField` and `externalCustomerField`
135134
}
136135
]
137136
}
138-
```
137+
```

0 commit comments

Comments
 (0)