powered by
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.
ga_webproperty_list(accountId)
Account Id
A data.frame of webproperty meta-data
data.frame
Other account structure functions: ga_account_list, ga_accounts, ga_view_list, ga_view, ga_webproperty
ga_account_list
ga_accounts
ga_view_list
ga_view
ga_webproperty
# NOT RUN { # } # NOT RUN { library(googleAnalyticsR) ga_auth() aa <- ga_accounts() wp <- ga_webproperty_list(aa$id[1]) # }
Run the code above in your browser using DataLab