Description Usage Details Value See Also Examples
This gets a list of account meta data, that can be used in other management API functions.
1 |
This gets the meta data associated with the accounts you have access to with your user. If you want all information such as web properties and viewIds, use ga_account_list instead.
A data.frame
with accountid, name, an R datetime object (POSIXct
) when the account was created and last updated, and the effective permissions your user has for those accounts.
Other account structure functions:
ga_account_list()
,
ga_view_list()
,
ga_view()
,
ga_webproperty_list()
,
ga_webproperty()
1 2 3 4 5 6 7 8 | ## Not run:
library(googleAnalyticsR)
ga_auth()
ga_accounts()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.