matomo-org / looker-studio-connector

The officially supported Matomo Connector for Looker Studio enables you to explore your Matomo data in Looker Studio at no cost. You can connect to both Matomo Cloud instances or On-Premise instances using just a Matomo Auth Token.
https://matomo.org/guide/apis/looker-studio/
5 stars 0 forks source link

support connecting to the Live.getLastVisitsDetails (visitor log) report #31

Open diosmosis opened 6 months ago

diosmosis commented 6 months ago

Some users may want to have this data available in Looker Studio. Unfortunately, the API method for the Visitor Log, Live.getLastVisitsDetails is not a normal Matomo report.

It has no metrics, just dimensions, some of which are hierarchical, and is not included in the Matomo metadata API (because it is not meant to be embedded automatically in API consumers). Furthermore, there may be privacy concerns with providing access to this data.

Despite these complications, it would be pretty impactful if there were some way to support this.