Quantcast
Viewing all articles
Browse latest Browse all 4243

log Analytics (7 replies)

Hi ,
I'm trying to import the iis logs using the python script.
I get the Piwik login page when I hit http://myserver.com/analytics/piwik/index.php

I tried running all possible url combinations ,and it does not work.

attempt 1:

python import_logs.py --url=http://myserver.com/analytics/piwik --idsite=2 --login=piwik --password=Firmenich1 iis.log i get the error

Fatal error: Not Found

attempt 2:

python import_logs.py --url=http://myserver.com/b] --idsite=2 --login=piwik --password=Firmenich1 iis.log i get the error

Fatal error: Piwik returned an invalid response: <html><body><h1>It works!</h1></body></html>

attempt 3:

python import_logs.py --url=http://myserver.com/analytics/piwik/index.php --idsite=2 --login=piwik --password=Firmenich1 iis.log i get the error

Fatal error: Piwik returned an invalid response: <!DOCTYPE html>
<html id="ng-app" ng-app="piwikApp">
<head>
<meta charset="utf-8">
<title>Piwik &rsaquo; Sign in</title>
<meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
<meta name="viewport" content="initial-scale=1.0"/>
<meta name="generator" content="Piwik - free/libre analytics platform"/>
<meta name="description" content="free/libre analytics platform"/>
<meta name="apple-itunes-app" content="app-id=737216887" />
<meta name="google-play-app" content="app-id=or


Please help meto figure out the correct url that should go in URL parameter.

Viewing all articles
Browse latest Browse all 4243

Trending Articles