You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-engage/upgrading/migrate-from-umarketingsuite.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ The changes are significant enough that it is more akin to a migration.
145
145
In this first step, you need to check the Database state to see if the existing data can be migrated to Umbraco Engage.
146
146
147
147
{% 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.
149
149
{% endhint %}
150
150
151
151
1. Execute the prerequisites check using the following query:
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.
222
222
223
223
## Step 4: Update the database
224
224
@@ -287,20 +287,20 @@ It is required to enable the `UseLegacySegmentNames` setting on all environments
287
287
}
288
288
}
289
289
```
290
+
290
291
{% hint style="info" %}
291
292
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.
293
294
294
295
{% endhint %}
295
296
296
-
297
297
6. Run the project.
298
298
299
299
## Further Migrations
300
300
301
301
### uMarketingSuite.UmbracoForms
302
302
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.
304
304
305
305
Existing Forms, including those that use the uMarketingSuite-provided VisitorId field, do not require additional action.
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.
316
316
317
317
The v1 Engage APIs (v13.0.0 of Umbraco Engage) maintain the same functionality as the v1 uMarketingSuite APIs.
318
318
For more details on the API, please refer to the Swagger documentation provided by Umbraco Engage.
0 commit comments