bcgov / gatsby-source-matomo

Retrieves Matomo analytics information so that it can be leveraged from within you application
Apache License 2.0
0 stars 0 forks source link

Gatsby Source Matomo

Load page data as source nodes

Features

Quirks

Although the Matomo API claims to be 'restful', it is far from that. For the initial implementation of this plugin, only page information is retrieved by via default method Action.getPageUrls api reference

This can be overridden to your liking with the apiOptions option

To Use

Options

Road Map

The initial implementation default to getting page urls, this plus the overridability with the apiOptions field makes this plugin fairly flexible. I am happy to take PR's on extending the capability of this plugin

Disclaimer when overriding with ApiOptions

There is no implementation detail to change the Node Type during an override so be careful with that!