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.
11 lines (10 loc) • 342 B
TypeScript
declare const _default: {
getChartData: (chartType: string, range: string) => Promise<import("@google-analytics/data/build/protos/protos").google.analytics.data.v1beta.IRunReportResponse | {
error: boolean;
message: string;
} | {
error: string;
message?: undefined;
}>;
};
export default _default;