|
| 1 | +--- |
| 2 | +description: The Cockpit is a tool to let you view data directly on the front end of the website. |
| 3 | +--- |
| 4 | + |
1 | 5 | # Cockpit |
2 | 6 |
|
3 | | -To enable the uMarketingSuite cockpit add the following partial just above the body end. |
| 7 | +The cockpit gives you the option to check out all the stored data when browsing through the website. It is also a good way to verify your personalization setup. |
| 8 | + |
| 9 | +To enable the uMS Cockpit add the following code above the `</body`> tag. |
4 | 10 |
|
5 | | - @Html.Partial("uMarketingSuite/Cockpit")</body> |
| 11 | +```csharp |
| 12 | +@Html.Partial("uMarketingSuite/Cockpit") |
| 13 | +``` |
6 | 14 |
|
7 | | -If you reload the page it will show you the uMarketingSuite Cockpit on the left or right side of the screen: |
| 15 | +Once the code is added, reload the page to see the uMS Cockpit on the left or right side of the screen: |
8 | 16 |
|
9 | 17 | ![]() |
10 | 18 |
|
11 | | -Click open to see all the features of the Cockpit: |
| 19 | +Click **Open** to see all the features of the Cockpit: |
12 | 20 |
|
13 | 21 | ![]() |
14 | 22 |
|
15 | | -The cockpit gives you the option to check out all the data that is stored on the fly when browsing through the website. It's also a really easy way to verify your personalization setup. |
16 | | - |
17 | 23 | ## Access to the cockpit |
18 | 24 |
|
19 | | -When the uMarketingSuite cockpit partial has been added to the page you will see it when you are logged in to Umbraco (!). Visitors of your website won't see the cockpit. If you don't see the cockpit and Umbraco is running on a different domain please refer to the [loadbalancing / CM / CD environments](/installing-umarketingsuite/loadbalancing-and-cm-cd-environments/) section. |
| 25 | +When the uMS Cockpit code has been added to the page you can see it when you are logged in to Umbraco. Visitors of your website will not see the Cockpit. |
| 26 | + |
| 27 | +If you do not see the Cockpit and Umbraco is running on a different domain please refer to the [load balancing / CM / CD environments](/installing-umarketingsuite/loadbalancing-and-cm-cd-environments/) section. |
20 | 28 |
|
21 | 29 | ### Data reporting client side |
22 | 30 |
|
23 | | -If you've setup the [additional Analytics-script](/analytics/clientside-events-and-additional-javascript-files/additional-measurements-with-our-ums-analytics-scripts/) of the uMarketingSuite you'll find all tracked data in the cockpit. |
| 31 | +If you have setup the [additional Analytics-script](/analytics/clientside-events-and-additional-javascript-files/additional-measurements-with-our-ums-analytics-scripts/) of the uMS you can find all tracked data in the Cockpit. |
24 | 32 |
|
25 | | -We will track: |
| 33 | +The following is tracked: |
26 | 34 |
|
27 | | -- The time on page. This is defined betweened the time the page was loaded and the current time. So if you visit the website at 11:23:12 and it's now 11:25:30 you're time on page is 2 minutes and 18 seconds. |
28 | | -- The engaged time on page. This is a far more important metric because it measures the time you were active on the page. When you scroll, move your mouse, type or select text on the website you're considered "engaged". As soon as you stop one of these actions and have no other interaction in the next five seconds this engaged timer will be stopped. This could happen when you're browsing in another window or tab of your browser or system, when you went to grab a cup of coffee, or when you're talking to a colleague. The time on page is still counting, but you're not engaged at that moment. |
29 | | -- The script tracks the maximum scrolldepth that you have reached. Both in absolute pixels and as a percentage |
30 | | -- We keep track off all [fired events](/analytics/clientside-events-and-additional-javascript-files/create-your-own-events/) within the uMarketingSuite |
31 | | -- And finally we measure every outclick to another domain, a pdf-file or excel-file by default |
| 35 | +- The time on page. This is defined betweened the time the page was loaded and the current time. If you visit the website at 11:23:12 and it is now 11:25:30, your time on page is 2 minutes and 18 seconds. |
| 36 | +- The engaged time on page. This measures the time you were active on the page. When you scroll, move your mouse, type or select text on the website you are considered "engaged". As soon as you stop one of these actions and have no other interaction in the next five seconds this engaged timer will be stopped. This could happen when you are browsing in another window or tab of your browser or system or when you left your computer. The time on page is still counting, but you are not engaged at that moment. |
| 37 | +- The script tracks the maximum scrolldepth that you have reached. This counts in absolute pixels and as a percentage. |
| 38 | +- All [fired events](/analytics/clientside-events-and-additional-javascript-files/create-your-own-events/) are tracked. |
| 39 | +- Every outclick to other domains, a pdf-file or excel-file is measured by default. |
32 | 40 |
|
33 | 41 | ![]() |
34 | 42 |
|
35 | 43 | ### Data reporting server side |
36 | 44 |
|
37 | | -In this section you'll see all the data that is capture server side: |
| 45 | +In this section you can see all the data that is captured on the server side: |
38 | 46 |
|
39 | 47 | - The browser, |
40 | | -- the type of device, |
41 | | -- the IP address (anonymized or not; depending on your [settings](/installing-umarketingsuite/configuration-options-1-x/)) |
42 | | -- The total number of pages you've visited in this session |
43 | | -- The total number of sessions you've had with this cookie |
| 48 | +- The type of device, |
| 49 | +- The IP address (anonymized or not; depending on your [settings](/installing-umarketingsuite/configuration-options-1-x/)) |
| 50 | +- The total number of pages visited in this session |
| 51 | +- The total number of sessions with this cookie |
44 | 52 |
|
45 | | -Also you have the option to easily delete your uMarketingSuite cookie |
| 53 | +Also you have the option to delete your uMS cookie |
46 | 54 |
|
47 | 55 | ![]() |
48 | 56 |
|
49 | 57 | ### Segments |
50 | 58 |
|
51 | | -In the segments section you can easily see which segments are configured and which are applied to the current visitor. |
| 59 | +In the segments section you can see which segments are configured and which are applied to the current visitor. |
52 | 60 |
|
53 | 61 | ![]() |
0 commit comments