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/installation/installation.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,7 @@ It is recommended to consider the information detailed in the section below, to
70
70
71
71
### Umbraco Forms
72
72
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.
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.
@@ -103,7 +101,7 @@ Cockpit is a tool to help with testing segments and diagnose the data Umbraco En
103
101
Install cockpit on your website by adding the following Razor Partial View in your templates in Umbraco before the closing `</body>` tag
104
102
105
103
```html
106
-
@Html.Partial("uMarketingSuite/Cockpit")</body>
104
+
@Html.Partial("Umbraco.Engage/Cockpit")</body>
107
105
```
108
106
109
107
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
115
113
* 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.
* 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.
0 commit comments