-
Notifications
You must be signed in to change notification settings - Fork 58
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
Adding new tracking type to the Matomo Tag #575
base: 5.x-dev
Are you sure you want to change the base?
Conversation
Adding new tracking type to the Matomo Tag.
Fixing tests to match new translations and also adding a new db update script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. I think that only a few little changes are needed to get the tests passing. After that, we can try and do some functional testing. Any concerns @AltamashShaikh ?
@snake14 No concern if its working as expected 👍 |
@tomper00 Looks like you've just about got the builds fixed. You have a |
@tomper00 Thank you for getting the tests passing. I wonder if we should change this branch to Matomo version 5 like your other open PR. @AltamashShaikh ? |
@snake14 Updated base branch to |
/** | ||
* Update for version 4.12.4-b1. | ||
*/ | ||
class Updates_4_12_4_b3 extends PiwikUpdates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomper00 Sorry but can you update this migration class name as per your other PR suggestion ?
@tomper00 Any updates ? |
Adding new tracking type to the Matomo Tag.
Description:
This adds a new tracking type Search to the Matomo Tag
I would say that the best case to use this feature is when you do not have search parameters in the URL or when you want to add search count to your searches.
You should also set up Variables to handle the inputs (since search is always dynamic).
Review