ga_view | R Documentation |
Gets meta-data for a particular View/Profile
ga_view(accountId, webPropertyId, profileId)
accountId |
Account Id |
webPropertyId |
Web Property Id |
profileId |
Profile (View) Id |
A list of the Views meta-data.
Other account structure functions:
ga_account_list()
,
ga_accounts()
,
ga_view_list()
,
ga_webproperty()
,
ga_webproperty_list()
## Not run:
library(googleAnalyticsR)
ga_auth()
ga_view(1058095, webPropertyId = "UA-1058095-1", profileId = 1855267)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.