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

Add ability to have custom dimensions for course and activity #21

Open
4 tasks
brendanheywood opened this issue Oct 15, 2019 · 0 comments
Open
4 tasks
Labels
enhancement New feature or request

Comments

@brendanheywood
Copy link
Contributor

Rough tasks:

  • on the matomo side or ga side create a new custom dimension. Usually this is a slot number like 'slot 5'
  • in the plugin have a generic dimension configuration say you can say 'I want slot X to be filled with data Y'. Later there will be many types of Y but for now it will just be the context hierarchy
  • manually configure a plugin eg 'slot 5 is the context'
  • implement the logic for this. The context will be the $PAGE->context which is a set of numbers but transform each number into human readable words like the course code, activity idnumber etc

Double check that including the whole hierarchy in a single value is going to work. We may instead need 1 dimension for course, and 1 for activty, etc

@dmitriim dmitriim added the enhancement New feature or request label Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants