Skip to content

Commit 2154241

Browse files
TvGesselgitbook-bot
authored andcommitted
GITBOOK-63: Tom's Mar 25 changes
1 parent e4b2efb commit 2154241

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ You can upgrade your installation by installing the [latest version](https://www
1717
* [Step 1: Set up a local environment](migrate-from-umarketingsuite.md#step-1-set-up-a-local-environment)
1818
* [Step 2: Prerequisites Check](migrate-from-umarketingsuite.md#step-2-prerequisites-check)
1919
* [Step 3: Replace NuGet packages and dependencies](migrate-from-umarketingsuite.md#step-3-replace-nuget-packages-and-dependencies)
20-
* [Step 4: Update analytics scripts, cockpit, and custom code ](migrate-from-umarketingsuite.md#step-4-update-analytics-scripts-cockpit-and-custom-code)
21-
* [Step 5: Update the database](migrate-from-umarketingsuite.md#step-5-update-the-database) 
20+
* [Step 4: Update analytics scripts, cockpit, and custom code](migrate-from-umarketingsuite.md#step-4-update-analytics-scripts-cockpit-and-custom-code)
21+
* [Step 5: Update the database](migrate-from-umarketingsuite.md#step-5-update-the-database)
2222
* [Step 6: Finalizing the migration](migrate-from-umarketingsuite.md#step-6-finalize-the-migration)
2323
* [Step 7: Validate the migration](migrate-from-umarketingsuite.md#step-7-validate-the-migration)
2424
* [Step 8: Upgrade additional environments](migrate-from-umarketingsuite.md#step-8-upgrade-additional-environments)
@@ -123,16 +123,16 @@ dotnet add package Umbraco.Engage.Commerce
123123

124124
## Step 4: Update analytics scripts, cockpit, and custom code
125125

126-
Based on the [Key Changes](migrate-from-umarketingsuite.md#key-changes) below 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. 
126+
Based on the [Key Changes](migrate-from-umarketingsuite.md#key-changes) below 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.
127127

128128
Please find below an overview of the changes to the default scripts in a uMarketingSuite installation:
129129

130130
* Rename scripts & Asset Paths containing the `uMarketingSuite` keyword to:
131131
* `Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.js`
132-
* `Assets/Umbraco.Engage/Scripts/umbracoEngage.ga4-bridge.js`
133-
* `Assets/Umbraco.Engage/Scripts/umbracoEngage.blockerdetection.js`
132+
* `Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.ga4-bridge.js`
133+
* `Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.blockerdetection.js`
134134
* The Cockpit partial view has been moved, and any references should be changed to:
135-
*  `Partials/Umbraco.Engage/Cockpit`
135+
* `Partials/Umbraco.Engage/Cockpit`
136136
* If you are tracking custom events please make sure to update the calls to the send event method:
137137
* `ums("send", "event", "<Category name>", "<Action>", "<Label>")`
138138

@@ -146,7 +146,7 @@ Did you build custom segments, add custom goal triggering, change the module per
146146

147147
### Key changes
148148

149-
Below you will find the key changes to be aware of.&#x20;
149+
Below you will find the key changes to be aware of.
150150

151151
You can find additional information on migrating the add-on packages for UmbracoForms, Commerce & Headless in the [Further Migrations section](migrate-from-umarketingsuite.md#further-migrations) of this article.
152152

@@ -172,9 +172,9 @@ You can find additional information on migrating the add-on packages for Umbraco
172172
* The scripts containing the `uMarketingSuite` keyword have renamed to `umbracoEngage`.
173173
* Example: `/Assets/uMarketingSuite/Scripts/uMarketingSuite.analytics.js` is now `/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.js`
174174
* All script extension points containing the `ums` keyword have been renamed to `umbEngage`.
175-
* Example: Custom client-side events like \
176-
`ums("send", "event", "<Category name>", "<Action>", "<Label>")` \
177-
are now \
175+
* Example: Custom client-side events like\
176+
`ums("send", "event", "<Category name>", "<Action>", "<Label>")`\
177+
are now\
178178
`umbEngage("send", "event", "<Category name>", "<Action>", "<Label>")`
179179

180180
</details>
@@ -222,8 +222,6 @@ You can find additional information on migrating the add-on packages for Umbraco
222222

223223
</details>
224224

225-
226-
227225
## Step 5: Update the database
228226

229227
{% hint style="warning" %}

0 commit comments

Comments
 (0)