Re: Exclude specific IP Address during Python Script Import
We did it like this. ## ## Constants. ## BANNED_IPS = ( 'X.X.X.X', 'Y.Y.Y.Y', ) In class (at the beginning, first thing to drop): class Parser(object): """ The Parser parses the lines in a specified...
View ArticleRe: Multiple Buttons not reacting when clicking (for example Save, Dashboard,...
Perfect, thanks a lot.
View ArticleRe: After update to 1.11.1 Piwik logo only shows in FireFox
If you are using Apache please create a .htaccess with the following content in your Piwik root directory: AddType image/svg+xml svg svgz AddEncoding gzip svgz
View ArticleGraph tools
Someone knows which is the tool used in piwik to create graphs? Piwik just has the visitants graph. How is possible create more? Like the timeline of pageviewa, average of visit duration, etc
View ArticleRe: Website Privilige Exception after Update to 1.10.1
Stored in the piwik_option table in the database. There should be an entry with open_name <username>_defaultReport and the option_value is the site id.
View ArticleRe: Not all Websites are porcessed without --force-all-websites
the script should detect sits with new visits and automatically archive those + it should archive each site's data at midnight in the site timezone Is it not working for you? if not can you send 24...
View ArticleRe: Creating an import script for logs and I have some questions
You should use the python script to do this rather than re-do yourself (call python script from your vb app) see also: [piwik.org]
View ArticleRe: Piwik referral links
It goes to piwik project of course, so far it generated 360$ of revenue (about 70$ per month) so it's very small (but still useful!)
View ArticleRe: Not all Websites are porcessed without --force-all-websites
the may be right about new visits but it should not flatline the entire history of the website. log will follow on monday
View ArticleRe: Website Privilige Exception after Update to 1.10.1
Works exzellent! Thanks for help
View ArticleRe: Not all Websites are porcessed without --force-all-websites
no it should definitely not flat line the entire history, I'm surprised it does that to you ?
View ArticleRe: piwik hiding footprint not working?
This method seems to have been broken with 1.11.1 has anyone got any info on making it work again? Im getting zero visitors tracked since the upgrade
View ArticleTracking G Product Listing Ads
i have a problem with tracking the new google shopping adword product listing ads. so far everything works fine. my problem is that piwik is not showing enough attributes. we have from piwik:...
View ArticleRe: Special character are not correctly saved as UTF8 in Piwik Table...
Hello, thanks a lot for your postings. Unfortunately, these aren’t the reasons. The facts: - I use the mysql command hex() – see above. …and so I get the same result as with an hex editor. - In all...
View ArticleRe: Piwik is not showing date of Subpages in the exported report
ive allready tried to activate the flat listing where all urls are written down instead of a hierarchic listing. when i export the pages section as a csv for example due to the backend, it is fine....
View Articleunknown error
Hello, I'm working on a plugin. I wish I create a plugin based on the basic model that multisite. Ie, having a personalized summary page. I create begin to create my plugin and when I test, I get lots...
View ArticleRe: unknown error
For a good intro into writing a plugin read: http://geekmonkey.org/articles/34-how-to-write-a-piwik-plugin You receive these notices because you need to call setGeneralVariablesView() on the View...
View ArticleRe: Since 1.11.1: Can't see any data
You can safely delete the UserLanguage plugin. It is old and not needed anymore, it was superseeded by the LanguagesManager plugin a few versions back.
View Article