dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Support Google Analytics #11

Closed jacob314 closed 9 years ago

jacob314 commented 11 years ago

If you haven't already, please wire in Google Analytics to listen to the events like "display class", etc. You can treat those as Page Views. We can use events for other things like "opened a description for a method". This is really important, we shouldn't launch without analytics wired in. I'm happy to help you with this, too, but it'll take some JS interop (bloats the code size) or some creative uses of postMessage(). -Seth

sethladd commented 9 years ago

new dartdoc has analytics for each page