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

Log Analytics: Track the HTTP request method used for each request (GET or POST) #25

Closed
mattab opened this issue Jun 18, 2014 · 1 comment · Fixed by #183
Closed

Log Analytics: Track the HTTP request method used for each request (GET or POST) #25

mattab opened this issue Jun 18, 2014 · 1 comment · Fixed by #183
Assignees
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jun 18, 2014

As a user, when importing server logs in my analytics platform, I want to be able to see:

  • How many GET and POST requests there were
  • Segment traffic to view only GET requests
  • Segment traffic to view only POST requests
    • For example, show me all pages that were POST requests (eg. web forms)

To achieve this, we need to:

  • Log Analytics: parse the HTTP request method
    • Send the HTTP request method as a custom variable: ["GET"]("HTTP-method":)

Once this is done, as a Piwik user I can:

  • Create a segment to see only GET or POST requests (using segment on this Custom Variable)
  • View the Custom Variables report and see how many GET and POST there were, and for each: number of visits, number of pageviews.

Migrated from matomo-org/matomo#5359

@mattab mattab modified the milestone: Backlog Apr 10, 2015
@philnelson
Copy link

This would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants