--- id: google-ads-admanager version: "0.10.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-ads-admanager — Google Ads Admanager API client library License: permissive · Maintenance: active · Downloads: 495.2K/mo ## What it is and what it does This is Google's official Python client library for the Ad Manager API, built on top of google-api-core, google-auth, grpcio, proto-plus, and protobuf. It provides typed, generated bindings to Google's Ad Manager service, allowing you to manage ad inventory, create and modify line items, run reports, and perform other administrative tasks programmatically. The library is in Beta status and actively maintained. It supports Python 3.10 through 3.14 and installs as a pure wheel with no compiled dependencies. Setup requires a Google Cloud project with Ad Manager enabled, billing configured, and authentication credentials in place. The library includes built-in logging support via standard Python logging, configurable through environment variables or code. Use it for: - Automate ad inventory management tasks like creating line items, orders, and placements at scale - Generate and retrieve Ad Manager reports programmatically for analytics and billing reconciliation - Integrate Ad Manager operations into larger cloud-based ad tech workflows or dashboards - Sync ad configurations between Ad Manager and external systems or databases ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python client library for Google Ad Manager API, enabling programmatic access to manage ad inventory, run reports, and perform other Ad Manager operations. Yes, if you need programmatic access to Google Ad Manager. The library is actively maintained, has low install friction, carries a permissive license, and has no known vulnerabilities. Requires Python 3.10+ and prior Google Cloud setup; the Beta status means the API surface may change between releases. ## Install pip install google-ads-admanager uv add google-ads-admanager poetry add google-ads-admanager ## Installing google-ads-admanager Before you install: Low install friction with a pure-wheel distribution. Active maintenance with a recent release 8 days ago and ongoing repository activity. Depends on standard Google Cloud authentication and gRPC libraries. License in practice: Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions. Quickstart: pip install google-ads-admanager from google.ads import admanager client = admanager.AdManagerClient() Requires Python >= 3.10. Google Cloud project setup, billing enabled, Ad Manager API enabled, and authentication credentials configured before use. Verify before relying: - Whether the library supports all current Ad Manager API features or only a subset - Performance characteristics and rate-limiting behavior for large-scale operations - Backward compatibility guarantees between minor versions ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 495.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google ad manager api client, ad inventory management python, google ads admanager library, programmatic ad management, ad manager reporting api, google-cloud, ad-tech [View on SkillFed](https://skillfed.io/packages/google-ads-admanager) · [View on PyPI](https://pypi.org/project/google-ads-admanager/)