Description Usage Arguments Value References See Also
Lists web properties which the user has access to
| 1 2 | list_webproperties(account.id = "~all", start.index = NULL,
  max.results = NULL, token)
 | 
| account.id | integer or character. Account ID to retrieve web properties for. Can either be a specific account ID or "~all", which refers to all the accounts that user has access to. | 
| start.index | integer. An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter. | 
| max.results | integer. The maximum number of web properties to include in this response. | 
| token | 
 | 
A web property collection lists Analytics web properties to which the user has access. Each resource in the collection corresponds to a single Analytics web property.
| id | Web property ID of the form UA-XXXXX-YY. | 
| account.id | Account ID to which this web property belongs. | 
| name | Name of this web property. | 
| website.url | Website url for this web property. | 
| level | Level for this web property. Possible values are STANDARD or PREMIUM. | 
| profile.count | View (Profile) count for this web property. | 
| industry.vertical | The industry vertical/category selected for this web property. | 
| default.profile.id | Default view (profile) ID. | 
| permissions | Permissions the user has for this web property. | 
| created | Time this web property was created. | 
| updated | Time this web property was last modified. | 
Management API - Web Properties
Google Analytics Demos & Tools - Account Explorer
Analytics Help - Hierarchy of accounts, users, properties, and views
Other Management API: get_custom_dimension;
get_custom_metric;
get_experiment; get_filter;
get_goal; get_profile;
get_unsampled_report;
get_webproperty;
list_accounts;
list_custom_dimensions;
list_custom_metrics;
list_custom_sources;
list_experiments;
list_filters; list_goals;
list_profiles; list_segments;
list_unsampled_reports
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.