README.md

# GoogleApi.AnalyticsData

Google Analytics Data API client library.

Accesses report data in Google Analytics.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_analytics_data` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_analytics_data, "~> 0.6"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/analytics/trusted-testing/analytics-data/](https://developers.google.com/analytics/trusted-testing/analytics-data/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_analytics_data](https://hexdocs.pm/google_api_analytics_data).