README.md
# GoogleApi.MarketingPlatformAdmin
Google Marketing Platform Admin API client library.
The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_marketing_platform_admin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_marketing_platform_admin, "~> 0.3"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/analytics/devguides/config/gmp/v1](https://developers.google.com/analytics/devguides/config/gmp/v1).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_marketing_platform_admin](https://hexdocs.pm/google_api_marketing_platform_admin).