Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pages missing when importing IIS 8.5 logs #4937

Closed
anonymous-matomo-user opened this issue Apr 1, 2014 · 2 comments
Closed

Pages missing when importing IIS 8.5 logs #4937

anonymous-matomo-user opened this issue Apr 1, 2014 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@anonymous-matomo-user
Copy link

Importing IIS 8.5 logs (from Windows Server 2012), using import_logs.py, does not populate anything under Action > Pages. Adding the 'action_name' argument enables the pages to be tracked.

Around line 1243:
----------------
if config.options.replay_tracking:
    # prevent request to be force recorded when option replay-tracking
    args['rec'] = '0'
args.update(hit.args)


Changed to include action_name so Pages and Page Titles are populated.
================
args['action_name'] = url.encode('utf8')

if config.options.replay_tracking:
    # prevent request to be force recorded when option replay-tracking
    args['rec'] = '0'
args.update(hit.args)
@anonymous-matomo-user
Copy link
Author

Attachment:
piwik-u_ex140326.log

@anonymous-matomo-user anonymous-matomo-user added this to the 2.5.0 - Piwik 2.5.0 milestone Jul 8, 2014
@mattab mattab removed the P: normal label Aug 3, 2014
@mattab
Copy link
Member

mattab commented Dec 1, 2014

Hi there, I don't think this change makes sense, as action_name is the page title not the URL. let me know if you have an issue with pages not tracked.

@mattab mattab closed this as completed Dec 1, 2014
@mattab mattab added the worksforme The issue cannot be reproduced and things work as intended. label Dec 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants