README.md

# GoogleApi.DoubleClickSearch

Search Ads 360 API client library.

Reports and modifies your advertising data in DoubleClick Search (for example, campaigns, ad groups, keywords, and conversions).

## Installation

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

```elixir
def deps do
  [{:google_api_double_click_search, "~> 0.10"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/doubleclick-search/](https://developers.google.com/doubleclick-search/).

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