AI-generated Key Takeaways
-
The Analytics Data service allows Google Analytics users to programmatically access Google Analytics 4 (GA4) report data through the Google Analytics Data API v1 in Apps Script.
-
This is an advanced service that requires enabling before use in Apps Script.
-
The AnalyticsData service utilizes the same objects, methods, and parameters as the public API.
-
Detailed information and support for this service can be found in the Google Analytics Data API v1 reference documentation and support page.
The Analytics Data service allows you to use the Google Analytics Data API v1 in Apps Script. This API gives Google Analytics users programmatic access to Google Analytics 4 (GA4) report data.
Reference
For detailed information on this service, see the Google Analytics Data API v1 reference documentation.
Like all advanced services in Apps Script, the AnalyticsData service uses the same objects, methods, and parameters as the public API. For more information, see How method signatures are determined.
To report issues and find other support, see the Google Analytics Data API v1 support page.
Sample code
Run a report
The sample runs a report to retrieve the active users count by city and stores the results in a new spreadsheet.