Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 940 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 940 Bytes

Google Analytics Visitor Data

Current state: PRE-ALPHA Please stay tuned for more updates!

About

Idea: Use this JavaScript to extract visitor data from your Google Analytics cookie, to parse it along when the user signs-up so you can save important visitor conversion data like:

  • Medium (utmcmd)
  • Source (utmcsr)
  • Content (utmcct)
  • Campaign(utmccn)
  • Search term (utmctr)
  • Google AdWords click id (utmgclid)
  • Total session count
  • Current session pageview count
  • First session date and time
  • Last session date and time
  • Current session date and time

Contribute

  1. Fork it
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Create an Issue with a link to your branch

Author

Rasmus Burkal, please tweet me @rabu81 if you have questions or input :)