google-analytics
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
## Troubleshooting **Authentication Error**: Verify that: - `GOOGLE_APPLICATION_CREDENTIALS` points to a valid service account JSON file - The service account has "Viewer" access to your GA4 property - `GOOGLE_ANALYTICS_PROPERTY_ID` matches your GA4 property ID (not the measurement ID) **No Data Returned**: Check that: - The property ID is correct (find it in GA4 Admin > Property Settings) - The date range contains data - The service account has been granted access in GA4 **Import Errors**: Inst
Malicious tool definition detected
Tool: .env.example Description: # Google Analytics API Configuration # Copy this file to .env and fill in your actual values # Your Google Analytics 4 Property ID # Find this in GA4: Admin > Property Settings > Property ID # Format: 123456789 (numeric only, not the "G-" measurement ID) GOOGLE_ANALYTICS_PROPERTY_ID=your-property-id-here # Path to your Google Cloud service account JSON key file # Create a service account in Google Cloud Console and download the JSON key # Store this file OUTSIDE y
Malicious tool definition detected
Tool: EXAMPLES.md [1/2] Description: # Google Analytics Analysis Examples Practical examples of common analytics tasks and analysis patterns. ## Example 1: Traffic Overview Analysis **User Request**: "Review our Google Analytics performance for the last 30 days" **Analysis Steps**: 1.
Malicious tool definition detected
Tool: REFERENCE.md [1/2]
Tool: REFERENCE.md [2/2]
Malicious tool definition detected
Tool: scripts/analyze.py [1/2] Description: #!/usr/bin/env python3 """ Google Analytics Data Analysis Tool Performs higher-level analysis on Google Analytics data including: - Period comparisons (current vs previous) - Trend detection - Performance insights - Automated recommendations Usage: python analyze.py --period last-30-days --compare previous-period python analyze.py --analysis-type traffic-sources --days 30 python analyze.py --analysis-type funnel --steps "homepage,/products,/cart,/check
Tool: scripts/analyze.py [2/2]
Malicious tool definition detected
Tool: scripts/ga_client.py Description: #!/usr/bin/env python3 """ Google Analytics 4 Data API Client Fetches analytics data from Google Analytics 4 using the Data API.
Tool passed security scan