Google analytics in strapi

Is there any plugin that integrates google analytics in strapi UI?

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

This topic has been created from a Discord post (1252900722702422109) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

The easiest option is to create a Settings single type in Strapi, with a Google Analytics field. This way, you store your Google Analytics token in Strapi and pull it from the API. In your frontend, you add it to the DOM after an API request to Strapi. Does it answer your question?

He wants to embed the dashboard, I believe

I don’t know if Google Analytics supports embedding, but there’s an excellent plug-in to embed a Plausible analytics dashboard into Strapi