powered by
This gets the meta data associated with the Google Analytics Views for a particular accountId and webPropertyId. If you want all viewId information for all accounts you have access to, use ga_account_list instead.
ga_view_list(accountId, webPropertyId)
Account Id
Web Property Id e.g. UA-12345-1
UA-12345-1
A data.frame of meta-data for the views
data.frame
Other account structure functions: ga_accounts, ga_view, ga_webproperty_list, ga_webproperty, google_analytics_account_list
ga_accounts
ga_view
ga_webproperty_list
ga_webproperty
google_analytics_account_list
# NOT RUN { # } # NOT RUN { library(googleAnalyticsR) ga_auth() views <- ga_view_list(1058095, "UA-1058095-1") # }
Run the code above in your browser using DataLab