Skip to content
#

piwik

Here are 118 public repositories matching this topic...

Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!

  • Updated Nov 18, 2021
  • PHP
jonkoops
jonkoops commented Aug 4, 2020

Right now we are exporting the types that are used from the root of the library as export { types }, meaning that you can import them and use them as follows:

import { types } from '@datapunt/matomo-tracker-js'

const options: types.UserOptions = {
  id: 1
}

From the perspective of shipping the types this makes very little sense, it also creates empty import statements whic

Improve this page

Add a description, image, and links to the piwik topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the piwik topic, visit your repo's landing page and select "manage topics."

Learn more