Closed (works as designed)
Project:
Piwik Web Analytics
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 12:33 UTC
Updated:
15 Jun 2009 at 22:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedI will take a look, thx for pointing this out.
Comment #2
hass commentedDo you know what this code does? I'm not sure how this could track something interesting. It's more to show some Piwik advertisement... Additional I don't like "object" very much...
Comment #3
pebosi commentedHi,
i think it's enough if we add:
Comment #4
pebosi commentedHi,
i created a patch to add noscript tracking, and little changes to _footer.
please review.
regards
Comment #5
pebosi commentedcorrected patch...
Comment #6
pebosi commentedanother correction.
Comment #7
hass commentedThis looks not logic to me. Browsers are aware if they have JS enabled or not. If they have they skip NOSCRIPT tags. Otherwise they execute the content inside.
Additional the
$_SERVER['HTTPS']verification is invalid/incompatible. It wouldn't work with load balancers that have SSL installed and the webserver behind them not. Additional you need to explicitly check for "on" as I remember or IIS will provide you "off" (also -> TRUE) in non-ssl and the isset() wouldn't work as expected. All this issues are the why - it is not yet implemented in GA and Piwik module... see also #218215: Support GA tracking in absence of JavaScript. Users having JS activated are no more able to use "any" website... there are not very much sites that works without JS.Do you *really* think we need this? I think not and I don't like to track spiders with the tracking as this would change the numbers to be wrong and marketing only complains that their numbers are not accurate. With JS based tracking this the tracking results are much more better than without.
I tend to say "by design" here, but another plan of me is to implement a template file for the footer code. With Theming we are than able to provide you a template that you can change on theme level and you are able to add this lines if you think you need to implement the above code on your site. I would be more happy to see a patch for this...
Comment #8
hass commentedDefault "noscript" part has been removed in Piwik v0.4.