Cockpit Insights
This article explains how to use the Umbraco Engage cockpit to verify tracking and understand personalization in your analytics.
Umbraco Engage includes a cockpit feature to help verify the tracking of analytics and understand personalization behavior. The cockpit adds a button to the front end, giving real-time insights:

Clicking the Open button provides detailed information:

Adding the Cockpit to Your Website
To add the cockpit to your website:
- Render the HTML partial provided by Umbraco Engage. 
- The partial view is located at - /Views/Partials/uMarketings/Cockpit.cshtml.
- Insert the following code before the closing - </body>tag:- @Html.Partial("uMarketingSuite/Cockpit")
The cockpit will only be rendered if the user is logged into Umbraco.
Last updated
Was this helpful?
