Campaign Tracking, Incoming URL and NodeJS
I just threw a NodeJS app up on a server and I am trying to implement tracking on it. I can track the page views and so on like normal. But the incoming URL is not working or I am missing what change...
View ArticleGeoIP for Intranet
Hi everybody, I have installed Pikwik in an intranet and I would like to track the location (country, offices) of users. I have the map of the IP in the MaxMind csv format (for Countries or Cities),...
View ArticleRe: MySQL error when clicking "All Website" link
This does invoke the update process, but even after updating (which reports having completed successfully), the "Mysqli prepare error: Unknown column 'custom_float' in 'field list' " error still...
View ArticleRe: GeoIP for Intranet
Why not just use the MaxMind dat file instead of the CSV? Also I could be wrong but if all your intranet is using the internal network IP designations such as 10.0.0.0 - 10.255.255.255 172.16.0.0 -...
View ArticleRe: GeoIP for Intranet
I want to track the location of user inside my intranet. MaxMind dat files are giving me the public IPs, on the contrary I want to locate the IP in the private intranet. For example: 10.0.1.0 -...
View ArticleRe: GeoIP for Intranet
This should do exactly what you want then https://github.com/pklaus/IntranetSubNetwork There is also this bug report [dev.piwik.org] Also just found this [piwik.org] There seems to be a decent amount...
View ArticleRe: Archive.php Error - Response was 'curl_exec: Empty reply from server'
@lesjokolat nothing to do with python... @Khabaal we will release a new version in 1 week or so, which may fix this error.
View ArticleRe: Campaign Tracking, Incoming URL and NodeJS
What is the problem exactly ? "incoming url not working" is not clear to me
View ArticleRe: Campaign Tracking, Incoming URL and NodeJS
Yeah if I try any variation of the incoming URL the page wont load. I get a GET error. It seems since I can not specify the file that is being served by the NodeJS server that is being proxied to...
View ArticleRe: MySQL error when clicking "All Website" link
I gave up and looked to a clean installation to see where this column should be and added this column to the end of the piwik_log_link_visit_action table to solve the problem. THanks again for the...
View ArticleRe: Check if ignore cookie exists
Ah, I see :( I thought that if the cookie is from the same domain, it wouldn't be treated as a third-party? Nevertheless, thank you for replying! It wasn't crucial but seemed like a nice touch :)
View ArticleRe: Archive.php Error - Response was 'curl_exec: Empty reply from server'
Thanks Matt, will wait for the next version and further look into the details of this error.
View ArticleRe: AdWords Tracking
Thanks. That fixed it... What is this and why has it been added to the code in the latest version?
View ArticleWarning: Error while sending QUERY packet. PID=3431
Got this on login - tried again and was ok.... Warning: Error while sending QUERY packet. PID=3431 in /home/cooles/public_html/piwik/libs/Zend/Db/Statement/Pdo.php on line 228 Backtrace --> #0...
View ArticleRe: Piwik & Joomla: Pages - only "index.php"
Hi lesjokolat, thanks for that you are trying to help me! I am using exactly the plugin from that link which you posted. i am not really sure what server configs means. which information do you need?...
View ArticleRe: AdWords Tracking
I added it on personal feeling, maybe that was wrong. Can you explain why it was useful to have gclid in URLs? I would consider removing it again...
View ArticleRe: AdWords Tracking
Well as a simple/quick way of seeing which visitors came in through AdWords - without having to manually tag etc - we would just go to the visitor log page and search for "gclid". This would then...
View ArticleRe: Warning: Error while sending QUERY packet. PID=3431
Sorry, I don't know about this Mysql error !
View Article