Hi,
the woo_widget function contains a bug which is causing the script not collecting any analytics for specific pages (those whose website_id is bigger than php-maxint 2147483647).
in line 70 on woopra.php
echo "var woopra_id = '" . intval( $woopra_id ) . "';\r\n";
intval is causing to change the website_id to MaxInt 2147483647.
Removing php-function intval() from the script starts collecting data again.
regards,
marcus.
not resolved