Quantcast
Channel: Piwik Forums - Support & Bugs
Browsing all 13117 articles
Browse latest View live
↧

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 Article


Re: 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 Article


Re: Piwik Indexed Links Error

Did you enable "Anonymous" access to your stats? Otherwise google should not index any piwik page.

View Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: Piwik Indexed Links Error

PM your piwik and I can take a look how it was known to google ?

View Article


Re: Proxy Hide URL shows internal IP of server sending info Part 2:

Change to $_SERVER only

View Article

Re: 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 Article

Re: Crowdfunding Custom Alerts to be notified when your website traffic changes

We have crowdfunded it, wow, thanks so much to everyone who pledged :)

View Article

Re: 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 Article


Re: 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 Article

History 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 Article


Re: ANNOUNCEMENT: Piwik 1.12 beta available --> already very stable, please...

The 1.12-rc1 is released! [builds.piwik.org]

View Article

how to track raw bytes?

Hi, where can I find information about the raw bytes that have been transferred? Olaf

View Article


Chrome 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 Article

Customizing 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 Article

How 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
Browsing all 13117 articles
Browse latest View live