campino2k
Member
Posted 10 months ago #
Is there any possibility to add (optional) support for posting the tracking vars to piwik instead of using get?
Change Piwik Tracking-Code from POST to GET (workaround for max_length problem):
piwikTracker.setRequestMethod('POST'); // Needs to be inserted before calling trackPageview!
Sorry, but currently I won't any tracking-code changing features, because the full code is given by Piwik itself.
There will be features to add own changes or to use alternative codes in future.
Added in WP-Piwik 0.9.0. Release soon.
campino2k
Member
Posted 4 months ago #
Can you also please change the no-script section to reflect <noscript><p><img src="[source to piwk]/piwik.php?idsite=1&<strong>rec=1</strong>" style="border:0" alt="" /></p></noscript> to have some backup for non-JS-Users?
This won't be part of 0.9.0 because it is not recommended. Maybe you can count few additional visitors, but you will count in particular a lot of bots.
See also: http://dev.piwik.org/trac/ticket/768
But 0.9.1 will get an "Advanced Settings" section to consider such options.