Google Analytics Dashboard

For my customers I would need a google analytics dashboard integrated in the Strapi UI, so that they can get a fair visualization of the frontend page traffic. After doing some googling, the only thing that comes up is the Strapi Measurement Protocol, which seems to be concentrating on the backend stats (?) (which is pretty non-useful), and it is also in alpha.

Do I need to develop my own plugin for showing google analytics stats? I hope not. Maybe there are other usage statistics options in Strapi that I can utilize? What are my options here? :slight_smile:
Thanks for answers.


You’ll have to create your own plugin for this as nothing currently exists.

Plugin development in Strapi is pretty straightforward, especially in the case of a Google Analytics dashboard. I’m honestly surprised no one else has done this yet.

still not exists ?