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.
No reviews yet. Be the first to review!
Sign in to join the conversation
指定した日付範囲、メトリクス、ディメンションに基づいてレポートを取得します。引数: { startDate: string, endDate: string, metrics: array, dimensions: array, limit: number }
リアルタイムデータを取得します。引数: { metrics: array, dimensions: array, limit: number }