docute-google-analytics

Using Google Analytics in Docute.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
docute-google-analytics
1.1.05 years ago5 years agoMinified + gzip package size for docute-google-analytics in KB

Readme

docute-google-analytics
Using Google Analytics in Docute.

Usage

First load this plugin via <script> tag:
<!-- Load these after docute.js -->
<script src="https://cdn.jsdelivr.net/npm/docute-google-analytics@1/dist/index.min.js"></script>

This plugin is exposed as window.docuteGoogleAnalytics:
new Docute({
  // ...
  plugins: [
    // Your track ID
    docuteGoogleAnalytics('X-00000-000')
  ]
})

License

MIT © LEPTOSIA