Loading...
 
Skip to main content

Open Web Analytics


http://www.openwebanalytics.com/?p=226Question
http://www.openwebanalytics.com/?page_id=158Question



Similar to Piwik

1. Sample Manual Setup


Note: Manual integration is working as of 2020-10 tested in tikiwki 21.2 in doing below:

  • Install OWA and configure a tracking site to point by example to https://dev.tiki.orgQuestion
  • Copy the resulting JS Code.
  • Open Admin Panel Look & Feel click on Customization and enter the JS Code into the Custom Javascript field.
    • BUT: do not add the <script> tags! Only copy the JS code itself.
  • Copy to clipboard
    var owa_baseUrl = 'https://owa.sample.com/owa/'; var owa_cmds = owa_cmds || []; owa_cmds.push(['setSiteId', '<hash of site>']); owa_cmds.push(['trackPageView']); owa_cmds.push(['trackClicks']); (function() { var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true; owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl ); _owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js'; var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s); }());


After this the tracking begins and you can view them in the OWA Reports section.

Show PHP error messages