list_webproperties: Lists web properties which the user has access to

Description Usage Arguments Value References See Also

Description

Lists web properties which the user has access to

Usage

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

Arguments

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

Token2.0 class object with a valid authorization data.

Value

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.

References

Management API - Web Properties

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_profiles; list_segments; list_unsampled_reports


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