To enable Metric Insights navigation bar in React-based Portal Page add the following code to the Portal Page's HTML:
- Add to the
<head>section:
<script src="/auth/info.js"></script>
<script src="/js/main.js" defer="defer"></script>
<link href="/css/main.css" rel="stylesheet">
- Add to the
<body>section:
<div id="mi-react-root"></div>