I have a website that uses CDN. The 'www' is on CDN, while the normal website http://example.com can be directly accessed from the webserver. The CDN(http://www.example.com) uses origin pull to get content from http://example.com
Now, when I access http://example.com directly, I can see entries in Piwik, however, it's not working when I access http://www.example.com. Is there something extra that I should be doing here?
- Please note that the piwik is not hosted on the same server. I guess the server issue is not a problem, as it works when accessed directly (http://example.com)
- I am using the technique which doesn't reveal the Piwik Server URL. (http://piwik.org/faq/how-to/#faq_132)
Thanks.