list_accounts: Lists all accounts which the user has access to

Description Usage Arguments Value References See Also

Description

Lists all accounts which the user has access to

Usage

1
list_accounts(start.index = NULL, max.results = NULL, token)

Arguments

start.index

integer. An index of the first account to retrieve. Use this parameter as a pagi- nation mechanism along with the max-results parameter.

max.results

integer. The maximum number of accounts to include in this response.

token

Token2.0 class object with a valid authorization data.

Value

An account collection provides a list of Analytics accounts to which a user has access. The account collection is the entry point to all management information. Each resource in the collection corresponds to a single Analytics account.

id

Account ID.

name

Account name.

permissions

Permissions the user has for this account.

created

Time the account was created.

updated

Time the account was last modified.

References

Management API - Accounts

Google Analytics Demos & Tools - Account Explorer

Analytics Help - Hierarchy of accounts, users, properties, and views

See Also

authorize

Other Management API: get_custom_dimension; get_custom_metric; get_experiment; get_filter; get_goal; get_profile; get_unsampled_report; get_webproperty; list_custom_dimensions; list_custom_metrics; list_custom_sources; list_experiments; list_filters; list_goals; list_profiles; list_segments; list_unsampled_reports; list_webproperties


jdeboer/RGA-1 documentation built on May 18, 2019, 11:29 p.m.