-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
feat: 3843 - matomo for new product page #4217
feat: 3843 - matomo for new product page #4217
Conversation
Impacted files: * `add_new_product_page.dart`: implemented the tracking of 6 events for matomo * `analytics_helper.dart`: added 1 category and 6 related events for the "new product page"
Codecov Report
@@ Coverage Diff @@
## develop #4217 +/- ##
===========================================
+ Coverage 10.88% 11.20% +0.31%
===========================================
Files 277 277
Lines 13600 13775 +175
===========================================
+ Hits 1481 1543 +62
- Misses 12119 12232 +113
... and 30 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Great 👍
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.
Thanks @monsieurtanuki 👌
Thank you @teolemon for your reviews! |
What
Now we track with matomo the following events regarding the "add new product" page:
Fixes bug(s)
Impacted files
add_new_product_page.dart
: implemented the tracking of 6 events for matomoanalytics_helper.dart
: added 1 category and 6 related events for the "new product page"