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

piwik.js: new function setCustomRequestProcessing() to let you edit the tracking request before it is sent #5384

Closed
mattab opened this issue Jun 25, 2014 · 3 comments
Assignees
Labels
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 25, 2014

To allow for more flexibility and advanced use cases, it would be useful to be able to create a custom request content processing logic which gets called before request content is sent to tracker.

This was requested in pull request: https://github.com/piwik/piwik/pull/325/files

This will for example allow plugins to define a custom Javascript function that enhances the tracking request, for example to collect new data.

@mattab
Copy link
Member Author

mattab commented Jun 25, 2014

In 46b2726: Merge pull request #325 from sslavic/request_content_processing_hook

Added option to configure custom request content processing logic fixes #5384

@mattab
Copy link
Member Author

mattab commented Jun 25, 2014

In a0c1fee: Rename method to setCustomRequestProcessing refs #5384
refs https://github.com/piwik/piwik/pull/325/files

@mattab
Copy link
Member Author

mattab commented Jun 26, 2014

In 3a2ff1d: Fix JavaScript tests refs #5384

@mattab mattab added this to the 2.4.0 - Piwik 2.4.0 milestone Jul 8, 2014
@mattab mattab self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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