Google_Analytics.read
Google_Analytics.readcredentialspropertydimensionsmetricsstart_dateend_date
Group: Web
Documentation
Reads data from the Google Analytics Reporting API.
(This component uses the Google Analytics Reporting v4 API.)
Arguments
property: The Google Analytics property_id that is being querieddimensions: The dimensions being queried. Default is ['country'].metrics: The metrics being queried. Default is ['activeUsers'].start_date: The beginning date of the query. Default is start of the current year.end_date: The end date being queried. Defaults to today.credentials: The Google credentials to use. Default is to use the Google Application Default Credentials in the environment variables. See application-default-credentials.