Connect Google Analytics

1
Hi, I try to add the MasterPageTracker to my master layout (in Atlas UI). That's how I understand 3.3 from https://docs.mendix.com/appstore/widgets/google-analytics But that delivers an error ‘Move this widget into a data container; for example a data view or list view’. I use Mendix version 8.18.1 and Google Analytics v 3.3..5 Do I misunderstand the documentation or is it a bug?
asked
1 answers
1

Jep this widget must be placed in a data container. That way you can use the attributes of this container for the user ID attribute or the application url.

You could for example create an helper entity per user or session where you use a get or create microflow to show the object in a dataview. If you set an application url within that entity, you will be able to see from which environment the data is coming within analytics.

answered