Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google analytics to docs template for online help #11831

Closed
peterfpeterson opened this issue Jan 29, 2015 · 1 comment
Closed

Add google analytics to docs template for online help #11831

peterfpeterson opened this issue Jan 29, 2015 · 1 comment
Assignees
Labels
Documentation Issues and pull requests related to documentation
Milestone

Comments

@peterfpeterson
Copy link
Member

The secret sauce is to add the following to the header of the page templates. This will only enable tracking for online help, but should be a very good start.

`<script>`
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-59110517-1', 'auto');
  ga('send', 'pageview');

`</script>`
@peterfpeterson
Copy link
Member Author

This issue was originally trac ticket 10992

@peterfpeterson peterfpeterson added the Documentation Issues and pull requests related to documentation label Jun 3, 2015
@peterfpeterson peterfpeterson self-assigned this Jun 3, 2015
@peterfpeterson peterfpeterson added this to the Release 3.4 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues and pull requests related to documentation
Projects
None yet
Development

No branches or pull requests

1 participant