Google Analytics Admin API — Accounts.
REST base: https://analyticsadmin.googleapis.com/v1beta/accounts
Docs: https://developers.google.com/analytics/devguides/config/admin/v1
Summary
Functions
GET accounts/{account} — get a single account.
GET accounts — list GA accounts accessible to the authenticated user.
Types
@type result() :: {:ok, term()} | {:error, Noizu.Google.Error.t()}
Functions
GET accounts/{account} — get a single account.
account may be "accounts/123" or just "123".
GET accounts — list GA accounts accessible to the authenticated user.
Optional opts: :page_size, :page_token, :show_deleted.