Google Voice Tracking - Adding it to the Dashboard
I posted a question earlier about adding a widget to the dashboard that would display the call history from Google Voice to track our calls without having to leave the Piwik interface and login to the...
View ArticleRe: archive.php-Cron: What DB-Table changes?
archive.php will insert new records in archive_ tables only (not change visits/actions/etc), it will read many tables
View ArticleRe: archive.php-Cron: What DB-Table changes?
also will insert records in piwik_option table etc.
View ArticleRe: Site Search and Java API
What is your question exactly? The JAVA client could be used (if it does not have the trackSiteSearch function yet please send Pull request). I would use Java client if you can't put the Javascript...
View ArticleRe: Tying language selected at login with UI language
If you know the username, you can configure the langauge for a user to use via the API [piwik.org] LanguagesManager.setLanguageForUser (login, languageCode) does it help?
View ArticleRe: Maximum Execution Time
try also change the file etc/php5/apache2/php.ini and not only the CLI one
View ArticleRe: Breaking API changes from 1.11 to 1.12
Thanks for the bug. As for second one, it would be great if you could test again in 2.0 when we release a beta (in a few months) as I think it's been fixed in master!
View ArticleRe: Maximum execution time does not change
try update both PHP.ini, the CLI and the APACHE one
View ArticleRe: Cloudflare showing up as a visitor
It should work, did you add the setting under the [General] category in the config file?
View ArticleRe: Placing Piwik behind CloudFlare
This sounds OK! (also filter out piwik.js possibly?)
View ArticleRe: Can I filter Visitor Log by CustomVariable dynamically?
Live.getLastVisitsDetails does not use cache so it should return real time data. Can you try date=today&period=day instead?
View ArticleRe: Reduce Default Font Size?
Not at present, but we are working on adding support for THEMING which will make this possible! Stay tuned for a few months :)
View ArticleRe: Get outlinks from specific page through API?
Transitions.getTransitionsForPageUrl should work indeed, as it is the API used to build this report. have you set &pageUrl= to the URL encoded URL ?
View ArticleRe: Archive.php problem
Please see: [forum.piwik.org] but repair the table piwik_archive_numeric_2013_04 instead
View ArticleRe: New User of Piwik... First Issues... Characters Are Shown As ASCII......
> Also, all visits are being shown as a "Direct Entry". There must be something wrong here. [piwik.org] > And finally, in the Visitor Log page, Actions column, below the title name, all URLs...
View ArticleRe: Provider Info Overiding Custom Variable
> the custom variable is getting recorded only if the value returned is non ISP name A.K.A organisation name. If its ISP, it is displaying it as provider. The provider plugin should have no impact...
View ArticleRe: Google Voice Tracking - Adding it to the Dashboard
Look at the ExamplePlugin widget, in file Controller.php. You can there add a "echo <iframe ...." to manually put the iframe (or create small new plugin with minimalist controller for it)
View ArticleRe: Maximum execution time does not change
Thanks for the reply. I'm not sure what CLI and APACHE php.ini would exactly be. What I do know is that when I run phpinfo command, I see my settings of 60 seconds in both Local and Master value...
View Article