AdMob API client library.
The AdMob API allows publishers to programmatically get information about their AdMob account.
Install this package from Hex by adding
google_api_ad_mob
to your list of dependencies in mix.exs
:
def deps do
[{:google_api_ad_mob, "~> 0.11"}]
end
Product documentation is available at https://developers.google.com/admob/api/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_ad_mob.