skillfed

google-analytics-admin

Google Analytics Admin API client library

google-analytics-admin Permissive license Apache-2.0 Active 5,370 v0.30.1 released

Install

google-analytics-admin on PyPI

pip

pip install google-analytics-admin

uv

uv add google-analytics-admin

poetry

poetry add google-analytics-admin

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf
Maintenance actively maintained — 49 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: google_analytics_admin-0.30.1-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

About google-analytics-admin

from the package's own PyPI description — quoted content, verbatim

Python Client for Google Analytics Admin

|preview| |pypi| |versions|

Google Analytics Admin_: Manage properties in Google Analytics. Warning: Creating multiple Customer Applications, Accounts, or Projects to simulate or act as a single Customer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits or quotas is a direct violation of Google Cloud Platform Terms of Service as well as Google APIs Terms of Service. These actions can result in immediate termination of your GCP project(s) without any warning.

  • Client Library Documentation_
  • Product Documentation_

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels .. |pypi| image:: https://img.shields.io/pypi/v/google-analytics-admin.svg :target: https://pypi.org/project/google-analytics-admin/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-analytics-admin.svg :target: https://pypi.org/project/google-analytics-admin/ .. _Google Analytics Admin: https://developers.google.com/analytics/ .....

Read as markdown · JSON record · Source repository · Homepage

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Official Python client library for Google Analytics Admin API, enabling programmatic management of Google Analytics properties, accounts, and configuration.

Low friction install with five standard Google Cloud dependencies (google-api-core, google-auth, grpcio, proto-plus, protobuf). Actively maintained with recent releases; last commit 2026-08-13 and 49 days since latest release indicate ongoing support.

Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most projects that include proper attribution.

Usage

pip install google-analytics-admin

from google.analytics.admin import AnalyticsAdminServiceClient

client = AnalyticsAdminServiceClient()
# Requires Google Cloud authentication (service account or user credentials)

Requires Python >= 3.10 and Google Cloud authentication credentials (service account key or Application Default Credentials) configured before client calls will succeed.

Verdict: Stable, actively maintained official Google client library with no known vulnerabilities and permissive licensing. Install friction is low and dependency chain is standard for Google Cloud libraries. Suitable for production use managing Analytics properties, though requires prior GCP project setup and authentication configuration.

Needs verification

  • Whether the library's 'preview' stability badge (mentioned in description) affects production readiness or API stability guarantees.
  • Specific rate limits or quota constraints beyond the ToS warning about simulating multiple accounts.
google analytics admin api pythonmanage analytics properties programmaticallygoogle analytics configuration clientanalytics account management pythongoogle cloud analytics admin sdk

Similar packages