Re: Google new coded urls not showing keywords
Google Analytics also doesn't have access to search keywords. Please try to view the change more objectively: - Google uses SSL to protect users from being spied on - Not sending keywords is something...
View ArticleRe: Load Test Requests not detected in Piwik
..and how do you perform those load tests? We don't know your setup and can therefore only guess.
View ArticleRe: What data can I store
You might want to take a look at [piwik.org] and [demo.piwik.org] for some example reports.
View ArticleRe: Importing large amount of historical data
Can you try and run the archive.php script with: php -d memory_limit=8096M misc/cron/archive.php ..
View ArticleRe: Importing large amount of historical data
The problem isn't with the CLI php program (and anyway the CLI php.ini has memory_limit=-1) - it's with the web server processes, and I see the PHP error messages in the apache error logs. But for the...
View Articleimport_logs.py -- 405 error
We are trying to import historical logs from IIS. We keep getting http error 405 (method not allowed) when running the following command: import_logs.py --url=http://theUrl...
View ArticleRe: import_logs.py -- 405 error
There are several reasons why this could happen. If you are using nginx try to increase the client_max_body_size: [wiki.nginx.org]. Alternatively your firewall or webserver might block POST requests...
View ArticleRe: What data can I store
Thank you, I did have a look prior to posting. The functionality seems to exist definitely. Just the overview in visitors would be great, my main question here is: Do you think i'd be able to...
View ArticleRe: import_logs.py -- 405 error
Thanks Fabian for responding so quickly. Our web server is IIS 7.5. We have confirmed that POST is allowed on the server and piwik applications. Do you have any other suggestions that might help us...
View ArticleRe: Can I store page data on a user by user basis so they could access their...
Hey Jonny, well you could just track everything and if the items have a unique URL you can use the API to fetch the data you need and display it on a per-user or per-item basis. You can use...
View ArticleRe: Recoverable Error: Argument 1 passed to Piwik_DataTable::addRow() must be...
Yes, removing the piwik_archive_* tables fixed it. But in general, this should be something that Piwik should handle itself, e.g. by discarding the invalid data. btw: I reverted to v1.12, because the...
View ArticleRe: Recoverable Error: Argument 1 passed to Piwik_DataTable::addRow() must be...
Git master is the development version of 2.0. Piwik usually doens't produce invalid data and therefore we don't provide an automatic way to discard it. 2.0 is a new major release and contains some...
View ArticleRe: Increase graph height for widget to fit iframe size.
Maybe this helps you? [dev.piwik.org] I'd like to integrate it by default for piwik widgets, please post on ticket if it works for you as well
View ArticleRe: Importing large amount of historical data
Maybe try changing these values in the global.ini.php ? ; Minimum adviced memory limit in php.ini file (see memory_limit value) minimum_memory_limit = 128 ; Minimum memory limit enforced when archived...
View ArticleRe: Recoverable Error: Argument 1 passed to Piwik_DataTable::addRow() must be...
we do not support Backporting from 2.0 to 1.X ...
View ArticleRe: Google new coded urls not showing keywords
QuoteFabian Becker ... Not sending keywords is something the browsers do, and therefore just a result of Google using SSL... This is not quite exact. Please look in the source of google pages, when...
View ArticleRe: Importing large amount of historical data
It seems to be working for me now. I'm importing a few days at a time, and then running the archiver. I have memory_limit set to 1024M in php.ini and all the vhosts. There's definitely something odd...
View ArticleRe: Google new coded urls not showing keywords
Keywords are taken from the referrer and in the URL of the search results the keyword is still present: [www.google.com]
View ArticleRe: Increase graph height for widget to fit iframe size.
Well, height is one problem but width is also an issue IMHO... See: [forum.piwik.org] ;) Matt, I can create a new Trac ticket if you think it's worth it about truncation-width. Dali
View Article