0.0.12 • Published 5 years ago

ep_googleanalytics v0.0.12

Weekly downloads
40
License
-
Repository
github
Last release
5 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

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

12 years ago

0.0.6

13 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago