README.md

# GoogleApi.RealTimeBidding

Real-time Bidding API client library.

Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.

## Installation

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

```elixir
def deps do
  [{:google_api_real_time_bidding, "~> 0.7"}]
end
```

## For more information

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

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