USSF-ORBIT / ussf-portal-client

The USSF portal website
http://storybook.guardianone.us/
2 stars 0 forks source link

Add Matomo tracking client to the portal pages #316

Closed jbecker01 closed 2 years ago

jbecker01 commented 2 years ago

Add the Matomo analytics tracking code to the following pages:

suzubara commented 2 years ago

@jbecker01 We may want to start a doc with all tracking events & params we want to send. We will send a page view event for each internal URL that is visited, and for each trackEvent call we need a category, action, and optionally name.

We can also track clicks to external links. The full reference is here: https://developer.matomo.org/api-reference/tracking-javascript

suzubara commented 2 years ago

I added a separate issue for implementing the event tracking, since that is slightly different than the page tracking: https://github.com/USSF-ORBIT/ussf-portal-client/issues/471