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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,12 +257,12 @@ Run this script to migrate all the Umbraco data.
257
257
258
258
## Step 6: Finalize the migration
259
259
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:
266
266
267
267
```json
268
268
"Umbraco": {
@@ -272,7 +272,7 @@ Run this script to migrate all the Umbraco data.
272
272
}
273
273
```
274
274
275
-
4. Configure Umbraco Engage to use the legacy segment naming scheme:
275
+
5. Configure Umbraco Engage to use the legacy segment naming scheme:
276
276
277
277
```json
278
278
"Engage": {
@@ -288,7 +288,7 @@ The naming scheme for segments within content variations has changed from `umark
288
288
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.
289
289
{% endhint %}
290
290
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`:
292
292
293
293
```json
294
294
"Engage": {
@@ -304,7 +304,7 @@ It is required to enable the `UseLegacySegmentNames` setting on all environments
304
304
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.
0 commit comments