Re: Proxy Hide URL shows internal IP of server sending info Part 2:
I have an idea. IN the piwik.php on the tracked website (the proxy) add at the top: var_dump($_SERVER); Then go to this page and copy here ( or email me matt@piwik.org) the result (with link to this...
View ArticleRe: Clear out data for a specific day
Are your website setup in Timezone UTC? Because piwik dates in the DB are in UTC. So if your website uses different timezone change the dates so they match the actual day.
View ArticleRe: Piwik Indexed Links Error
Did you enable "Anonymous" access to your stats? Otherwise google should not index any piwik page.
View ArticleRe: Clear out data for a specific day
Good call. I'll make sure to modify the code to delete the data in that way.
View ArticleRe: report combination of user query and clicked results
Yes it's in fact a BUILT IN feature! See "Pages following site search" in [piwik.org]
View ArticleRe: Piwik Indexed Links Error
My username and anonymous are both set to NO ACCESS. If memory serves me right usually I have my user account set to VIEW or ADMIN
View ArticleRe: Proxy Hide URL shows internal IP of server sending info Part 2:
Add what you suggested and also the same with REMOTE_ADDR and both give NULL as the result. Here is how I added snipped to save space <?php var_dump($SERVER); var_dump($REMOTE_ADDR); /** * Piwik -...
View ArticleRe: ProductSKU and Ecommerce tracking
Hi All! Fanfare pleeeeease..... Mod finally released properly, up on github and available to download See http://inanecoding.co.uk/piwik-opencart-ecommerce-vqmod/ Currently v0.3 - still early days and...
View ArticleRe: Piwik Indexed Links Error
PM your piwik and I can take a look how it was known to google ?
View ArticleRe: Proxy Hide URL shows internal IP of server sending info Part 2:
Change to $_SERVER only
View ArticleRe: ProductSKU and Ecommerce tracking
Great to hear this Kevin! We'd be happy to support the project, blog post, or at least tweet/FB, and also publish it on: [piwik.org] once it's working. I also fixed the bug you reported: [github.com]...
View ArticleRe: Crowdfunding Custom Alerts to be notified when your website traffic changes
We have crowdfunded it, wow, thanks so much to everyone who pledged :)
View ArticleRe: visits is - in Ecommerce conversions
Have you set the call to " _paq.push(['setEcommerceView', " in all product pages ? it looks like some visits are not tracked for some products. Or maybe there is a bug in Piwik!...
View ArticleRe: Proxy Hide URL shows internal IP of server sending info Part 2:
Matt, You were correct its reading SERVER_ADDR. The internal IP is listed as SERVER_ADDR string(12) and the client IP is REMOTE_ADDR string(14). EDIT: Matt if you need the full output to verify let me...
View ArticleHistory of log import processing times
Is Piwik logging all the import execution for the file size, duration, date and time the files were processed and imported to mySQL database? We would like to create a baseline performance of our...
View ArticleRe: ANNOUNCEMENT: Piwik 1.12 beta available --> already very stable, please...
The 1.12-rc1 is released! [builds.piwik.org]
View Articlehow to track raw bytes?
Hi, where can I find information about the raw bytes that have been transferred? Olaf
View ArticleChrome reports a phishing-attempt during Update from 1.11.1 > 1.12
Hi, I have just updated Piwik to 1.12 and wanted to report what I experienced during the update-process: Everything went as it should. When the last page was shown (the one where PayPal- and other...
View ArticleCustomizing Filter 'PatternRecursive' - Plugin Development
I am creating a new Piwik Plugin for our company's use. In short, I need to have individual widgets that show stats for all pages within each department. I've got the widget pulling in all the data...
View ArticleHow to debug ArchiveProcessing in custom Plugin?
Hi! is there any way to test a single ArchiveProcessing method without running archiving for all plugins? I want to run myPlugin::archiveDay($notifcation) but I don't have the $notification-parameter...
View Article