not required but required!
I try add new web site without url, I quote: It is recommended, but not required When I leave empty: You must specify at least one URL for the website. :)
View ArticleRe: Problems tracking Ajax clicks with jQuery
Thanks for the quick reply. I just tried setUrl and setDocumentTitle and neither seems to work for me. Here's the test code: jQuery('#artLink').click(function(e) { e.preventDefault();...
View ArticleRe: piwik 1.11.1 (and 1.11) results in widgets not loading
fyi, i am now finding this in the nginx log for piwik: 2013/03/29 03:34:53 [error] 2478#0: *661076 FastCGI sent in stderr: "PHP message: PHP Fatal error: Cannot redeclare Piwik_LanguageTranslate()...
View ArticleRe: Real-time Map not displaying
I had a similar issue using IIS and it was caused by a 404 error on the SVG files. IIS won't serve unknown file types and the type for SVG files (image/svg+xml) isn't included by default....
View ArticleRe: piwik 1.11.1 (and 1.11) results in widgets not loading
Please disable the UserLanguage plugin. You can also delete the plugins/UserLanguage folder completely afterwards. We replaced the plugin a few versions back with LanguagesManager.
View ArticleCustom data not tracker
Hello, I have put into my updater: Quote<?php require_once 'custom-function/PiwikTracker.php'; PiwikTracker::$URL = 'http://XXXXXXXXXXXXXXXX/'; $piwikTracker = new PiwikTracker( $idSite = 24 ); //...
View ArticleRe: PiwikTracker PHP API - wrong visitor IP address
I have do: $piwikTracker->setIp($_SERVER['REMOTE_ADDR']); But remain wrong...
View ArticleRe: piwik 1.11.1 (and 1.11) results in widgets not loading
aha! awesome, thanks. that resolved the issue.
View ArticleRe: piwik 1.11.1 (and 1.11) results in widgets not loading
i meant to say, that disabling the language plugin resolved both the language plugin warnings and also piwik is now rendering fully. :)
View ArticleWebsites missing :(
In doing a weekly check up...I see that a bunch of my websites are no longer in the list of sites?! Oddly, I received reports on the missing sites just this past week! (ie. March 18-24th). I'm using...
View ArticleAutomatically Update GeoIP
Hi, I see there is some functionality to update GeoIP automatically. How can I get this to happen?
View ArticleRe: Automatically Update GeoIP
Sure, just go to Settings -> Geolocation and then scroll to the bottom.
View ArticleRe: Automatically Update GeoIP
Where this is: Setup automatic updates of GeoIP databases On that page, how do I get it to update automatically?
View ArticleRe: Automatically Update GeoIP
Just enter the URL and select "monthly" or "weekly" and Piwik will handle the rest for you.
View ArticleRe: Automatically Update GeoIP
The URL is in there, and I selected weekly. for a few weeks now it says the updater never ran.
View ArticleRe: Custom data not tracker
Can you put protection for this, like do echo 'warning: '...? Cheer,
View ArticleRe: Automatically Update GeoIP
Can you try and setup auto archiving? [piwik.org] It should run the scheduler and update GeoIP databases.
View ArticleRe: Custom data not tracker
No, since it could also be intentional to call trackPageView at a later time.
View ArticleRe: campeign showing "-" visits but multiple conversions
I had hits visits from the campeigns selected, 168 of them, or at-least 168 people clicked the ads according to Facebook.
View Article