Analytics Data Service (original) (raw)
The Analytics Data service lets you use theGoogle Analytics Data API v1 in Google Apps Script. This API gives Google Analytics users programmatic access to Google Analytics report data.
This is an advanced service that must beenabled before use.
Reference
For detailed information on this service, see theGoogle 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, seeHow method signatures are determined.
To report issues and find other support, see theGoogle 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.