Google Analytics Data API server that enables AI assistants to retrieve analytics data through a standardized interface. Built with TypeScript, it provides tools for running standard and realtime reports with configurable metrics, dimensions and date ranges, while handling authentication via service accounts. Particularly valuable for marketers and analysts who need to access Google Analytics 4 data and metrics directly through conversational AI without manual API configuration.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve a report based on the specified date range, metrics, and dimensions. Parameters: startDate (string), endDate (string), metrics (array of strings), dimensions (array of strings), limit (integer)
Fetch real-time data including currently active users. Parameters: metrics (array of strings), dimensions (array of strings), limit (integer)