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
@@ -256,8 +260,8 @@ Run this script to migrate all the Umbraco data.
256
260
1. Delete any `obj`/`bin` folders in your projects to ensure a clean build.
257
261
2. Recompile all projects and ensure all dependencies are restored correctly.
258
262
3. Contact Umbraco Support for a license key.
259
-
1. Look for the speech bubble in the bottom right corner of your screen at [umbraco.com](https://umbraco.com).
260
-
2. Click it, and you can open a new support request.
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.
261
265
4. Add your new Umbraco Engage [license](../installation/licensing.md) key to the `appSettings.json` file:
262
266
263
267
```json
@@ -268,7 +272,7 @@ Run this script to migrate all the Umbraco data.
268
272
}
269
273
```
270
274
271
-
4. Configure Umbraco Engage to use the legacy segment naming scheme:
275
+
5. Configure Umbraco Engage to use the legacy segment naming scheme:
272
276
273
277
```json
274
278
"Engage": {
@@ -284,7 +288,7 @@ The naming scheme for segments within content variations has changed from `umark
284
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.
285
289
{% endhint %}
286
290
287
-
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`:
288
292
289
293
```json
290
294
"Engage": {
@@ -300,7 +304,7 @@ It is required to enable the `UseLegacySegmentNames` setting on all environments
300
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.
301
305
{% endhint %}
302
306
303
-
6. Run the project.
307
+
7. Run the project.
304
308
305
309
## **Step 7: Validate the migration**
306
310
@@ -330,6 +334,10 @@ Repeat the steps below for each environment that needs to be migrated.
330
334
* Go to Engage -> Settings -> Configuration in the backoffice and click the Regenerate button. Depending on the number of page views in the database this could take a while.
331
335
9. Use the [Troubleshooting Installs](../installation/troubleshooting-installs.md) guide to verify that everything works as expected.
332
336
337
+
{% hint style="info" %}
338
+
If the site is hosted on Umbraco Cloud, stopping and starting the site is not necessary.
339
+
{% endhint %}
340
+
333
341
### **Custom firewall changes**
334
342
335
343
If the `/umbraco/umarketingsuite/` path was previously allowed, this needs to change to `/umbraco/engage/`.
0 commit comments