Noizu.Google.Api.AnalyticsAdmin.Accounts (Noizu Google v0.2.3)

Copy Markdown View Source

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

opts()

@type opts() :: keyword() | map()

result()

@type result() :: {:ok, term()} | {:error, Noizu.Google.Error.t()}

Functions

get(account, opts \\ [])

@spec get(String.t(), opts()) :: result()

GET accounts/{account} — get a single account.

account may be "accounts/123" or just "123".

list(opts \\ [])

@spec list(opts()) :: result()

GET accounts — list GA accounts accessible to the authenticated user.

Optional opts: :page_size, :page_token, :show_deleted.