Skip to content

Commit 4364574

Browse files
committed
vale checks
1 parent 2220445 commit 4364574

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The changes are significant enough that it is more akin to a migration.
145145
In this first step, you need to check the Database state to see if the existing data can be migrated to Umbraco Engage.
146146

147147
{% hint style="info" %}
148-
If you are using separate databases for uMarketingSuite and Umbraco, you need to run the first group of checks on the Umbraco database and the second group of checks on the uMarketingSuite database.
148+
Are you using separate databases for uMarketingSuite and Umbraco? In that case, run the first group of checks on the Umbraco database and the second group of checks on the uMarketingSuite database.
149149
{% endhint %}
150150

151151
1. Execute the prerequisites check using the following query:
@@ -218,7 +218,7 @@ dotnet add package Umbraco.Engage.Commerce
218218

219219
## Step 3: Update namespaces and entity names
220220

221-
Based on the [Key Changes](./#key-changes) outlined above update all uMarketingSuite references to the new Umbraco Engage alternatives. Ensure you update any Views/Partials that also reference these. This includes the various uMarketingSuite clientside scripts (like the analytics & ga4-bridge) and the Cockpit.
221+
Based on the [Key Changes](./#key-changes) outlined above update all uMarketingSuite references to the new Umbraco Engage alternatives. Ensure you update any Views/Partials that also reference these. This includes the different uMarketingSuite clientside scripts (like the analytics & ga4-bridge) and the Cockpit.
222222

223223
## Step 4: Update the database
224224

@@ -287,20 +287,20 @@ It is required to enable the `UseLegacySegmentNames` setting on all environments
287287
}
288288
}
289289
```
290+
290291
{% hint style="info" %}
291292

292-
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 in order to ensure a smooth transition in tracking of existing visitors.
293+
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 of existing visitors.
293294

294295
{% endhint %}
295296

296-
297297
6. Run the project.
298298

299299
## Further Migrations
300300

301301
### uMarketingSuite.UmbracoForms
302302

303-
If you are using the uMarketingSuite.UmbracoForms package, all the Form Submissions linked to visitors have been migrated to Umbraco Engage using the scripts in Step 4.
303+
If you are using the uMarketingSuite.UmbracoForms package, all the submissions linked to visitors have been migrated using the scripts in Step 4.
304304

305305
Existing Forms, including those that use the uMarketingSuite-provided VisitorId field, do not require additional action.
306306

@@ -312,7 +312,7 @@ dotnet add package Umbraco.Engage.Forms
312312

313313
### uMarketingSuite.Headless
314314

315-
If you are using the uMarketingSuite.Headless package, applications that use the uMarketingSuite API will need to be updated to use the new Umbraco Engage API, accessible via the `/umbraco/engage/api/` routes.
315+
If you are using the uMarketingSuite.Headless package, applications that use the uMarketingSuite API will need to be updated. This needs to happen to be able to use the new Umbraco Engage API, accessible via the `/umbraco/engage/api/` routes.
316316

317317
The v1 Engage APIs (v13.0.0 of Umbraco Engage) maintain the same functionality as the v1 uMarketingSuite APIs.
318318
For more details on the API, please refer to the Swagger documentation provided by Umbraco Engage.

0 commit comments

Comments
 (0)