Configuration of Google Analytics widget

0
The documentation of Analytics widget says to add a line to the index.html file right below the line < script type="text/javascript" src="mxclientsystem/mendix/mendix.js"> < /script> The index.html provided with Mendix version 4.4.2 does not contain this line. How should we configure the Google Analytics widget for this version of Mendix?
asked
1 answers
1

In mendix 4 this javascript reference is a litte bit different:

<script type="text/javascript" src="mxclientsystem/mxui/mxui.js"></script>

So place your line of code below this line.

answered