- π§π·Brazil carolpettirossi Campinas - SP
I can see in the code that the uid is encrypted on
matomo_user_id_hash
.$script .= '_paq.push(["setUserId", ' . Json::encode(matomo_user_id_hash($account->id())) . ']);';
Is there any reason to encrypt the uid since Matomo has the anonymize data feature?
- π§π·Brazil andre.bonon
andre.bonon β made their first commit to this issueβs fork.
- Open on Drupal.org βCore: 10.0.7 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @andrebonon opened merge request.
- last update
over 1 year ago Composer require-dev failure - π§π·Brazil andre.bonon
Attached is a patch file so it can be used with Composer.
- Status changed to Needs review
over 1 year ago 8:54pm 4 September 2023 - Open on Drupal.org βCore: 10.0.7 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - π―π΄Jordan ammar qala
Considering Matomo's support for user tracking via user ID, username, or email, I propose adding an option field to the Matomo Analytics module. This field would allow users to choose whether to send user ID, username or email, offering more flexibility in tracking preferences.
https://matomo.org/faq/reports/set-up-user-id-tracking-in-matomo/