Analytics Data Service
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
[null,null,["Last updated 2024-12-19 UTC."],[[["The Analytics Data service enables programmatic access to Google Analytics 4 (GA4) report data within Apps Script using the Google Analytics Data API v1."],["It's an advanced service requiring prior enabling before use and utilizes the same structure as the public API."],["Comprehensive documentation, support, and sample code are available for guidance on utilizing this service effectively, including a sample for running reports to retrieve data and store it in a spreadsheet."]]],[]]