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) #5359

Closed
mattab opened this issue Jun 18, 2014 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
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.
@mattab
Copy link
Member Author

mattab commented Mar 12, 2015

Issue was moved to the new repository for Piwik Log Analytics: https://github.com/piwik/piwik-log-analytics/issues

refs #7163

@mattab mattab closed this as completed Mar 12, 2015
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant