ga_webproperty_list | R Documentation |
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)
accountId |
Account Id |
A data.frame
of webproperty meta-data
Other account structure functions:
ga_account_list()
,
ga_accounts()
,
ga_view()
,
ga_view_list()
,
ga_webproperty()
## Not run:
library(googleAnalyticsR)
ga_auth()
aa <- ga_accounts()
wp <- ga_webproperty_list(aa$id[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.