Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 430 Bytes

File metadata and controls

20 lines (16 loc) · 430 Bytes
title contributors
Piwik
user name
halfdan
Fabian Becker

Piwik - Open Source Web Analytics

piwik.org

Move the JavaScript snippet from the head to the body and load the following script inside the <head>.

$(document).on 'page:change', ->
  if window._paq?
    _paq.push ['trackPageview']
  else if window.piwikTracker?
    piwikTracker.trackPageview()