Packages
AdSense Management API client library. The AdSense Management API allows publishers to access their inventory and run earnings and performance reports.
Current section
Files
Jump to
Current section
Files
google_api_ad_sense
README.md
README.md
# GoogleApi.AdSense
AdSense Management API client library.
The AdSense Management API allows publishers to access their inventory and run earnings and performance reports.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_ad_sense` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_ad_sense, "~> 0.18"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/adsense/management/](https://developers.google.com/adsense/management/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_ad_sense](https://hexdocs.pm/google_api_ad_sense).