Google Analytics component for Derby.
Records page views in Google Analytics for pages where component is added.
First of make sure to install d-share through npm npm install d-analytics
app.use(require('d-analytics'));
<analytics id="UA-XXXX-Y"/>
Note: You must replace the value UA-XXXX-Y with the web property ID listed in the management interface within Google Analytics.