ga_unsampled_list | R Documentation |
List Unsampled Reports
ga_unsampled_list(accountId, webPropertyId, profileId)
accountId |
Account Id |
webPropertyId |
Web Property Id |
profileId |
Profile Id |
Unsampled Reports List
Other unsampled download functions:
ga_unsampled()
,
ga_unsampled_download()
## Not run:
# get data.frame of unsampled reports you have available
unsample_list <- ga_unsampled_list(accountId = "12345",
webPropertyId = "UA-12345-4",
profileId = "129371234")
# loop through unsampled reports and download as a list of data.frames
dl <- lapply(unsample_list$title, ga_unsampled_download,
accountId = "12345",
webPropertyId = "UA-12345-4",
profileId = "129371234",
downloadFile = FALSE)
# inspect first data.frame
dl[[1]]
# download unsampled report to csv file
ga_unsampled_download("my_report_title",
accountId = "12345",
webPropertyId = "UA-12345-4",
profileId = "129371234")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.