Configuring analytics

You can optionally configure Awesign to collect usage metrics with Matomo.

This can be configured in the optional analytics section of awesign.yaml. An example configuration looks like this:

analytics:
  matomo_tag_manager_url: "https://matomo.example.com/js/container_abc123.js"
  • matomo_tag_manager_url is the g.src value from the Matomo tag manager installation code.
    • You can retrieve this from Matomo > Tag Manager (on top bar) > (Select the appropriate website for Awesign on the top left) > Manage Containers (on sidebar) > (Code Icon) with "Install Code" tooltip > Use the value of g.src within the JavaScript code provided.

Further configuration can be done from Matomo itself, including adding a "History Change" page view event because Awesign is an SPA. The specifics of configuring Matomo are out of the scope of Awesign's documentation.