Google now uses a new Java snippet to support the new Universal Analytics. It would be nice if DNN supported this new snippet, and also included the ability to specify the domain (which helps analytics track sub domains better)
I had to overwrite the SiteAnalytics.config file in the root of the site to get the new analytics working. I attached a file with the code I used.
I would also like to be able to add the domain to the tracking
as it is with just the tracking id
ga('create', '[TRACKING_ID]');
and with domain
ga('create', '[TRACKING_ID]', '[DefaultPortalAlias]');
I made up that tag/token, however it gets added I am not sure. This affects all versions but I figure it would only be needed from this point forward