The following code track the page with a specified title:
_paq.push(['setDocumentTitle', "<?php echo $model->id ?>"]);
_paq.push(['trackPageView']);
If JavaScript is disabled, how can track the page?
The following code track the page with a specified title:
_paq.push(['setDocumentTitle', "<?php echo $model->id ?>"]);
_paq.push(['trackPageView']);
If JavaScript is disabled, how can track the page?
I'm not very familiar with Piwik, but it seems you should be able to still tracking using a tracking pixel using the Piwik API.
Check out the Does Piwik track visitors without Javascript? Does Piwik track search engine bots or other spider / robots? FAQ.