Learn R Programming

RGA (version 0.4.2)

list_webproperties: Web Properties

Description

Lists properties to which the user has access.

Usage

list_webproperties(accountId = "~all", start.index = NULL, max.results = NULL, token)

Arguments

accountId
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

The Webproperties collection is a set of Webproperty resources, each of which describes a web property available to an authenticated user.
id
Web property ID of the form UA-XXXXX-YY.
kind
Resource type for Analytics WebProperty.
accountId
Account ID to which this web property belongs.
internalWebPropertyId
Internal ID for this web property.
name
Name of this web property.
websiteUrl
Website url for this web property.
level
Level for this web property.
profileCount
View (Profile) count for this web property.
industryVertical
The industry vertical/category selected for this web property. If this field is set, the correct values are: UNSPECIFIED ARTS_AND_ENTERTAINMENT AUTOMOTIVE BEAUTY_AND_FITNESS BOOKS_AND_LITERATURE BUSINESS_AND_INDUSTRIAL_MARKETS COMPUTERS_AND_ELECTRONICS FINANCE FOOD_AND_DRINK GAMES HEALTHCARE HOBBIES_AND_LEISURE HOME_AND_GARDEN INTERNET_AND_TELECOM JOBS_AND_EDUCATION LAW_AND_GOVERNMENT NEWS ONLINE_COMMUNITIES OTHER PEOPLE_AND_SOCIETY PETS_AND_ANIMALS REAL_ESTATE REFERENCE SCIENCE SHOPPING SPORTS TRAVEL
defaultProfileId
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.
starred
Indicates whether this web property is starred or not.
permissions
All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.

References

Management API - Web Properties Overview

See Also

Other Management API: get_custom_dimension, get_custom_metric, get_experiment, get_filter, get_goal, get_profile, get_unsampled_report, get_upload, get_webproperty, list_accounts, list_custom_data_sources, list_custom_dimensions, list_custom_metrics, list_experiments, list_filters, list_goals, list_profiles, list_segments, list_unsampled_reports, list_uploads