To set up the google analytics you need to enable the
google analytics plugin
in the main config file (config/config.json
) and configure your Google Analytics ID.
{
"es.upv.paella.usertracking.GoogleAnalyticsSaverPlugIn": {
"enabled": true,
"trackingID": "UA-XXXXXXXX-Y"
}
}