Skip to content

Send tracking data to Google Analytics from a site built with codedoc

License

Notifications You must be signed in to change notification settings

TysonMN/codedoc-google-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

codedoc-google-analytics

A plugin for websites built with CODEDOC that sends tracking data to Google Analytics.

Getting started

Set your Google Analytics tracking ID in the CODEDOC configuration file.

plugins: [
  ...,
  googleAnalytics("UA-123456789-1"),
  ...
],

Verify

There are two ways to verify that it is working.

  1. Go to Google Analytics -> Realtime -> Overview, and find data for your own page views in real time.
  2. Use Google's Tag Assistant extension for Google Chrome. For information about how to use this, see my Documentation of Correctness.

About

Send tracking data to Google Analytics from a site built with codedoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published