Python client for Google Ad Manager REST API, simplifies data retrieval
Reading data from Google Ad Manager can be cumbersome with SOAP or generated REST clients. pyadmanager provides a hand‑written, typed Python wrapper that builds filter strings, handles pagination and retries automatically. It offers resource‑specific clients with autocomplete‑friendly signatures and async report support, ideal for ad‑ops engineers and data pipelines. Compared to official clients it is lighter, more ergonomic and requires no code generation.
View on GitHub →shani-suthar/pyadmanager