README.md

# GoogleApi.AdExchangeBuyer

Ad Exchange Buyer API II client library.

Accesses the latest features for managing Authorized Buyers accounts, Real-Time Bidding configurations and auction metrics, and Marketplace programmatic deals.

## Installation

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

```elixir
def deps do
  [{:google_api_ad_exchange_buyer, "~> 0.30"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/authorized-buyers/apis/reference/rest/](https://developers.google.com/authorized-buyers/apis/reference/rest/).

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