I have a couple sites set up on Piwik with no issues. Yesterday, I tried to set up a new site but I am having issues. I set up the site in the administrator, set up the urls - originally as http, then as https. I added the tag to a footer and made sure the footer was on every page. I also tried putting the tag directly on a couple pages in my testing.
I found one post about apache setup and https but I am using IIS 7, can anyone help me with why this does not work and what do I need to do to get it set up?
All of my http pages work as expected, no issues, but this particular site is all https
I’m guessing, the pages you’re trying to track are https only, but the tracker is http only. You’ll have to change your tracking code to not use the protocol of the page being tracked. i.e., just hardcode it, e.g.,
When I put this on an individual page, it works great. However, to save myself possible maintenance later, I created a footer.html file with just the piwik tag in it. I included the footer.html in the same place the piwik tag was and it does not work that way…
Any ideas?
Thanks for all the help so far - you have been great!
It works great from IE and is tracking now - but from Chrome and Firefox it is not tracking. I added an alert to make sure it was getting to the code and that pops up, but the visit does not get tracked.