Using Piwik with Plone

hello,

Did someone succeed to use Piwik with Plone ?

If so how did you proceed ?

Thanks

Other information :

I checked my server’s access logs and I see the requests to piwik.php with my site ID.

It works ! forget my question

I changed :

to:

where piwik_path is the path to piwik.js from my server base

and place :

var pkBaseURL = ((“https:” == document.location.protocol) ? “https://{$piwikUrl}” : “http://{$piwikUrl}”);

just before :

var piwikTracker = Piwik.getTracker(pkBaseURL + “piwik.php”, {$idSite});

bye