ga_webproperty_list: List web properties

View source: R/webprops.R

ga_webproperty_listR Documentation

List web properties

Description

This gets the meta data for web properties associated with a particular accountId. If you want all information available to your user, use ga_account_list instead.

Usage

ga_webproperty_list(accountId)

Arguments

accountId

Account Id

Value

A data.frame of webproperty meta-data

See Also

Other account structure functions: ga_account_list(), ga_accounts(), ga_view_list(), ga_view(), ga_webproperty()

Examples


## Not run: 
library(googleAnalyticsR)
ga_auth()
aa <- ga_accounts()
wp <- ga_webproperty_list(aa$id[1])

## End(Not run)

MarkEdmondson1234/googleAnalyticsR_public documentation built on Dec. 10, 2023, 2:43 a.m.