ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Refactor Analytics Variables #121

Open simpsonw opened 9 years ago

simpsonw commented 9 years ago

As @liquid06 noted in #107, we are now supporting three different analytics platforms (Classic Google Analytics, Universal Analytics, and Piwik). Some of the variables/language explicitly reference Google Analytics (e.g. the noGoogleAnalytics variable in the TutorialsController). This code should be refactored to be more generic (e.g. noAnalytics as opposed to noGoogleAnalytics).