README.md
# GoogleApi.BusinessProfilePerformance
Business Profile Performance API client library.
The Business Profile Performance API allows merchants to fetch performance reports about their business profile on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_business_profile_performance` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_business_profile_performance, "~> 0.3"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/my-business/](https://developers.google.com/my-business/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_business_profile_performance](https://hexdocs.pm/google_api_business_profile_performance).