Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 448 Bytes

analytics_google.md

File metadata and controls

18 lines (14 loc) · 448 Bytes

Setup Google Analytics

Setting up

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.

Configuration example:

{
	"es.upv.paella.usertracking.GoogleAnalyticsSaverPlugIn": {
		"enabled": true,
		"trackingID": "UA-XXXXXXXX-Y"
	}
}