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

Store action urls consistent across action types #9223

Open
tsteur opened this issue Nov 17, 2015 · 1 comment
Open

Store action urls consistent across action types #9223

tsteur opened this issue Nov 17, 2015 · 1 comment
Labels
c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. c: Tracking For issues related to getting tracking data into Matomo.

Comments

@tsteur
Copy link
Member

tsteur commented Nov 17, 2015

  • Event type should use TypeId 10 for idaction_url and not TypeId 1 (pageview)
  • All values should be stored unsanitized (outlinks, downloads are stored sanitized I think)
  • We should store the URL always normalized (with separate URL prefix), currently content type, outlinks and downloads are not stored normalized

This will make API and data more consistent.

@mattab
Copy link
Member

mattab commented Nov 18, 2015

Challenge with this change is that either:

  • we need to migrate the data on upgrade,
  • we need to keep a BC layer in Archiving to read the old and the new data,
  • or we ignore the data problems and accept that there will be some data issues in reports. If so, we should document those and make it clear in changelog to everyone.

Also refs #4231

@mattab mattab added this to the 3.0.0 milestone Nov 25, 2015
@mattab mattab added c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. c: Tracking For issues related to getting tracking data into Matomo. labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. c: Tracking For issues related to getting tracking data into Matomo.
Projects
None yet
Development

No branches or pull requests

2 participants