ga_webproperty {googleAnalyticsR} | R Documentation |
Gets metadata for one particular web property
ga_webproperty(accountId, webPropertyId)
accountId |
Account Id |
webPropertyId |
Web Property Id e.g. |
webproperty
Other account structure functions:
ga_account_list()
,
ga_accounts()
,
ga_view()
,
ga_view_list()
,
ga_webproperty_list()
## Not run:
library(googleAnalyticsR)
ga_auth()
wp <- ga_webproperty(1058095, "UA-1058095-1")
## End(Not run)