0.0.12 • Published 4 years ago

ep_googleanalytics v0.0.12

Weekly downloads
40
License
-
Repository
github
Last release
4 years ago

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"
}
0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago