README.md
# GoogleApi.SearchAds360
Search Ads 360 Reporting API client library.
The Search Ads 360 API allows developers to automate downloading reports from Search Ads 360.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_search_ads360` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_search_ads360, "~> 0.7"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/search-ads/reporting](https://developers.google.com/search-ads/reporting).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_search_ads360](https://hexdocs.pm/google_api_search_ads360).