1.3.5 • Published 7 days ago

@janus-idp/backstage-plugin-matomo v1.3.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 days ago

Matomo Plugin

The matomo plugin shows the basic analytics from Matomo

Matomo tab

Getting started

  1. Install the plugin
yarn add @janus-idp/plugin-matomo
  1. Make sure the Matomo backend plugin is installed and configured

Entity Pages

  1. Add the plugin as a tab to website entity pages
// In packages/app/src/components/catalog/EntityPage.tsx
import { MatomoPage } from '@janus-idp/plugin-matomo';

const websiteEntityPage = (
  <EntityLayout>
    <EntityLayout.Route path="/matomo" title="Matomo">
      <MatomoPage />
    </EntityLayout.Route>
  </EntityLayout>
);
  1. Add matomo.io/site-idannotation to catalog-info-yaml
metadata:
  name: matomo-website
  annotations:
    matomo.io/site-id: '<YOUR_MATOMO_SITE_ID'
  1. Add contact us and matomo instance url for user guidance
matomo:
  frontendBaseUrl: ${MATOMO_INSTANCE_URL}
  contactUsLink: mailto:${MATOMO_CONTACT_EMAIL}
1.3.5

7 days ago

1.3.4

7 days ago

1.3.3

9 days ago

1.3.2

9 days ago

1.3.1

14 days ago

1.3.0

24 days ago

1.2.12

1 month ago

1.2.11

1 month ago

1.2.10

1 month ago

1.2.9

1 month ago

1.2.8

1 month ago

1.2.7

2 months ago

1.2.6

2 months ago

1.2.5

2 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.13

5 months ago

1.1.12

5 months ago

1.1.11

6 months ago

1.1.10

6 months ago

1.1.9

6 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.1

7 months ago

1.0.0

8 months ago