get_webproperty: Web Properties

Description Usage Arguments Value References See Also

View source: R/webproperties.R

Description

Gets a property to which the user has access.

Usage

1
get_webproperty(accountId, webPropertyId, token)

Arguments

accountId

character. Account ID to retrieve the web property for.

webPropertyId

character. ID to retrieve the web property for.

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, 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, list_webproperties


RGA documentation built on May 2, 2019, 6:47 a.m.