README.md
# GoogleApi.DoubleClickBidManager
Client library for DoubleClick Bid Manager API from Google.
API for viewing and managing your reports in DoubleClick Bid Manager.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_double_click_bid_manager` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_double_click_bid_manager, "~> 0.7"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/bid-manager/](https://developers.google.com/bid-manager/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_double_click_bid_manager](https://hexdocs.pm/google_api_double_click_bid_manager).