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?
Thanks for answers.