Skip to content

Commit ee319ed

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-32: Tom's Oct 30 changes
1 parent d4026d9 commit ee319ed

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

13/umbraco-engage/installation/installation.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ It is recommended to consider the information detailed in the section below, to
7070

7171
### Umbraco Forms
7272

73-
If you have installed **Umbraco Forms** as well and want to automatically track submissions of Umbraco Forms. Please install the package [Umbraco.Engage.Forms](https://www.nuget.org/packages/Umbraco.Engage.Forms) via NuGet as well using your preferred approach as above.
74-
75-
PUT THE FOLLOWING TWO INTO TABS
73+
If you have installed **Umbraco Forms** as well and want to automatically track submissions of Umbraco Forms. Install the package [Umbraco.Engage.Forms](https://www.nuget.org/packages/Umbraco.Engage.Forms) via NuGet or using your preferred approach as above.
7674

7775
{% tabs %}
7876
{% tab title="Visual Studio Package Manager" %}
@@ -93,7 +91,7 @@ dotnet add package Umbraco.Engage.Forms
9391
To capture events that happen on the clientside (frontend) of your website, you need to add the [clientside tracking script](../developers/analytics/client-side-events-and-additional-javascript-files/additional-measurements-with-the-analytics-scripts.md). This is done by including the following snippet on all of your pages.
9492

9593
```html
96-
<script src="/Assets/uMarketingSuite/Scripts/uMarketingSuite.analytics.js"></script>
94+
<script src="/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.js"></script>
9795
```
9896

9997
### Cockpit
@@ -103,7 +101,7 @@ Cockpit is a tool to help with testing segments and diagnose the data Umbraco En
103101
Install cockpit on your website by adding the following Razor Partial View in your templates in Umbraco before the closing `</body>` tag
104102

105103
```html
106-
@Html.Partial("uMarketingSuite/Cockpit")</body>
104+
@Html.Partial("Umbraco.Engage/Cockpit")</body>
107105
```
108106

109107
Learn more [what Cockpit is and how you can use](../getting-started/for-marketers-and-editors/cockpit.md) it.
@@ -115,13 +113,13 @@ Here are some optional extras you can do to improve your experience with Umbraco
115113
* Add a [Google Analytics bridging script](../developers/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-analytics.md) that automatically sends events that you send to Google Analytics, to Umbraco Engage as well.
116114

117115
```html
118-
<script src="~/Assets/uMarketingSuite/Scripts/uMarketingSuite.analytics.ga4-bridge.min.js"></script>
116+
<script src="~/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.ga4-bridge.min.js"></script>
119117
```
120118

121119
* Add the [Google Analytics blocker detection script](../developers/analytics/client-side-events-and-additional-javascript-files/google-analytics-blocker-detection.md). This gives you insights in which page traffic Umbraco Engage will track, and Google Analytics will not track.
122120

123121
```html
124-
<script src="/Assets/uMarketingSuite/Scripts/uMarketingSuite.analytics.blockerdetection.js"></script>
122+
<script src="/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.blockerdetection.js"></script>
125123
```
126124

127125
### Cookie consent

0 commit comments

Comments
 (0)