UNPKG

strapi-google-analytics-dashboard

Version:

A plug-and-play Google Analytics 4 dashboard for Strapi 5.x. No code required — just install, configure your credentials, and instantly start tracking GA metrics directly in your admin panel.

8 lines (7 loc) 175 B
import type { Core } from '@strapi/strapi'; declare const service: ({ strapi }: { strapi: Core.Strapi; }) => { getWelcomeMessage(): string; }; export default service;