list_profiles: Lists views (profiles) which the user has access to

Description Usage Arguments Value References See Also

Description

Lists views (profiles) which the user has access to

Usage

1
2
list_profiles(account.id = "~all", webproperty.id = "~all",
  start.index = NULL, max.results = NULL, token)

Arguments

account.id

integer or character. Account ID for the view (profiles) to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts which the user has access to.

webproperty.id

character. Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties which the user has access to. Requires specified account.id.

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 views (profiles) to include in this response.

token

Token2.0 class object with a valid authorization data.

Value

A view (profile) collection lists Analytics views (profiles) to which the user has access. Each resource in the collection corresponds to a single Analytics view (profile).

id

View (Profile) ID.

account.id

Account ID to which this view (profile) belongs.

webproperty.id

Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.

name

Name of this view (profile).

currency

The currency type associated with this view (profile).

timezone

Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.

website.url

Website URL for this view (profile).

type

View (Profile) type. Supported types: WEB or APP.

e.commerce.tracking

Indicates whether ecommerce tracking is enabled for this view (profile).

permissions

Permissions the user has for this view (profile).

created

Time this view (profile) was created.

updated

Time this view (profile) was last modified.

References

Management API - Views (Profiles)

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_accounts; list_custom_dimensions; list_custom_metrics; list_custom_sources; list_experiments; list_filters; list_goals; list_segments; list_unsampled_reports; list_webproperties


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