ep_googleanalytics

v0.0.2
Add Google Analytics to Etherpad Lite -- IMPORTANT: Add the following to your settings.json file -- "googleAnalytics":{"gaCode":"UA-2387498"}

ep_google_analytics

Add Google Analytics to Etherpad Lite. Keep track of pageview events by default.

IMPORTANT: Add the following to your settings.json file:

"ep_googleanalytics": {
  "trackingCode": "UA-1234567-8"
}

Notice: the original version of ep_googleanalytics uses the deprecated ga.js. So if your Etherpad instance has legacy code using gaq.push(...) -- on other plugins, for example --, you need to make sure ep_googleanalytics loads ga.js instead. To do that, use the setting gaCode instead of trackingCode:

"ep_googleanalytics": {
  "gaCode": "UA-1234567-8"
}

Metadata

  • Unknown
  • Whatever
  • John McLear
  • released 11/5/2012

Downloads

Maintainers