Description Usage Arguments Value References See Also
Lists all accounts to which the user has access.
1 | list_accounts(start.index = NULL, max.results = NULL, token)
|
start.index |
integer. An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter. |
max.results |
integer. The maximum number of accounts to include in this response. |
token |
|
The Accounts collection is a set of Account resources, each of which describes the account of an authenticated user.
id |
Account ID. |
kind |
Resource type for Analytics account. |
name |
Account name. |
permissions |
Permissions the user has for this account. |
created |
Time the account was created. |
updated |
Time the account was last modified. |
starred |
Indicates whether this account is starred or not. |
permissions |
All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW). |
Management API - Accounts Overview
Other Management API: get_custom_dimension,
get_custom_metric,
get_experiment, get_filter,
get_goal, get_profile,
get_remarketing_audience,
get_unsampled_report,
get_upload, get_webproperty,
list_custom_data_sources,
list_custom_dimensions,
list_custom_metrics,
list_experiments,
list_filters, list_goals,
list_profiles,
list_remarketing_audiences,
list_segments,
list_unsampled_reports,
list_uploads,
list_webproperties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.