0

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?

tshepang
  • 12,111
  • 21
  • 91
  • 136
msoa
  • 1,339
  • 3
  • 14
  • 33

1 Answers1

1

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.

Blexy
  • 9,573
  • 6
  • 42
  • 55