Skip to content

Commit ccd1955

Browse files
authored
Fix the ordered list
1 parent 3778524 commit ccd1955

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

13/umbraco-engage/upgrading/migrate-from-umarketingsuite.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,12 @@ Run this script to migrate all the Umbraco data.
257257

258258
## Step 6: Finalize the migration
259259

260-
1. Delete any `obj`/`bin` folders in your projects to ensure a clean build.
261-
3. Recompile all projects and ensure all dependencies are restored correctly.
262-
4. Contact Umbraco Support for a license key.
263-
1. Look for the speech bubble in the bottom right corner of your screen at [umbraco.com](https://umbraco.com).
264-
2. Click it, and you can open a new support request.
265-
5. Add your new Umbraco Engage [license](../installation/licensing.md) key to the `appSettings.json` file:
260+
1. Delete any `obj`/`bin` folders in your projects to ensure a clean build.
261+
2. Recompile all projects and ensure all dependencies are restored correctly.
262+
3. Contact Umbraco Support for a license key.
263+
* Look for the speech bubble in the bottom right corner of your screen at [umbraco.com](https://umbraco.com).
264+
* Click it, and you can open a new support request.
265+
4. Add your new Umbraco Engage [license](../installation/licensing.md) key to the `appSettings.json` file:
266266

267267
```json
268268
"Umbraco": {
@@ -272,7 +272,7 @@ Run this script to migrate all the Umbraco data.
272272
}
273273
```
274274

275-
4. Configure Umbraco Engage to use the legacy segment naming scheme:
275+
5. Configure Umbraco Engage to use the legacy segment naming scheme:
276276

277277
```json
278278
"Engage": {
@@ -288,7 +288,7 @@ The naming scheme for segments within content variations has changed from `umark
288288
It is required to enable the `UseLegacySegmentNames` setting on all environments to maintain compatibility with existing segments. Without it, any personalization or A/B test created using uMarketingSuite will fail to work and become inaccessible and incompatible with the new naming scheme.
289289
{% endhint %}
290290

291-
5. \[Optional] Set the `Engage:Analytics:VisitorCookie:LegacyCookieName` configuration if uMarketingSuite was using a different visitor cookie name setting than the default `uMarketingSuiteAnalyticsVisitorId`:
291+
6. \[Optional] Set the `Engage:Analytics:VisitorCookie:LegacyCookieName` configuration if uMarketingSuite was using a different visitor cookie name setting than the default `uMarketingSuiteAnalyticsVisitorId`:
292292

293293
```json
294294
"Engage": {
@@ -304,7 +304,7 @@ It is required to enable the `UseLegacySegmentNames` setting on all environments
304304
Umbraco Engage will automatically convert cookies previously set by uMarketingSuite to the new cookie name. This setting is only required if you have a custom cookie name set in uMarketingSuite. It will ensure a smooth transition in tracking existing visitors.
305305
{% endhint %}
306306

307-
6. Run the project.
307+
7. Run the project.
308308

309309
## **Step 7: Validate the migration**
310310

0 commit comments

Comments
 (0)