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

Adapt Matomo tracking rules #62

Open
hbruch opened this issue Nov 16, 2024 · 1 comment
Open

Adapt Matomo tracking rules #62

hbruch opened this issue Nov 16, 2024 · 1 comment
Assignees

Comments

@hbruch
Copy link
Contributor

hbruch commented Nov 16, 2024

Currently, the deployed matomo tracking rules match Digitransit v1 component structure.

They need to be adapted.

While they are fixed, they should be document with screenshots, so that a non-technical user may grasp what they are counting.

Note: in case sensitive information is contained in the urls (e.g. coordinates, address information etc), this should be discarded so privacy is retained.

@hasentopf
Copy link
Collaborator

For itinerary settings: enable transport mode bikeshare I have to distinguish between checkbox is on and off with Javascript: document.querySelector('#settings-toggle-rental-bicycle').checked because there is no css class "disabled" toggle at the form label-tag.

Positive example FUNICULAR:

<label for="settings-toggle-FUNICULAR" class="mode-option-block toggle-label funicular">
<label for="settings-toggle-FUNICULAR" class="mode-option-block toggle-label funicular disabled">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants