Using the MasterPageTracker of Google Analytics

2
Hi, For a project we are trying to get insights in pageviews. We try to implement the Google Analytics widget and can use the AdvancedPageTracker However it would be much easier to implement the MasterPageTracker so that we don't have to put it on all pages, but this one needs to be on the Master Layout page and in a data/listview, which is not possible on the Master Layout page.  Can anyone help me out with this?
asked
1 answers
2

Hi Jurre,

Can't you just add a dataview for the analytics widget? Have a microflow as datasource, in which you (for instance) create a NP GoogleAnalytics object, or just retrieve the Account object of the current user: that way you can use the user info for more detailed analysis.

Let me know if this is clear to you!

answered