GoogleApi.AnalyticsData
Google Analytics Data API client library.
Accesses report data in Google Analytics. Warning: Creating multiple Customer Applications, Accounts, or Projects to simulate or act as a single Customer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits or quotas is a direct violation of Google Cloud Platform Terms of Service as well as Google APIs Terms of Service. These actions can result in immediate termination of your GCP project(s) without any warning.
Installation
Install this package from Hex by adding
google_api_analytics_data to your list of dependencies in mix.exs:
def deps do
[{:google_api_analytics_data, "~> 0.15"}]
endFor more information
Product documentation is available at https://developers.google.com/analytics/devguides/reporting/data/v1/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_analytics_data.