Description Usage Arguments Details Value See Also Examples
GetUsageLog
1 2 | GetUsageLog(date.from = as.character(Sys.Date() - 1),
date.to = as.character(Sys.Date()), localtime = FALSE)
|
date.from |
Log start date (YYYY-MM-DD) |
date.to |
Log end date (YYYY-MM-DD) |
localtime |
Whether to change datetimes from UTC to local time |
Gets the Adobe Analytics usage log for all users within the specified date range.
data frame with: datetime, login, event_num, event_type, ip_address, report_suite, event_details
Other internal: GetEndpoint
,
ParseDW
, ParseFallout
,
ParseOvertime
, ParsePathing
,
ParseRanked
, ParseSummary
,
ParseTrended
1 2 3 4 | ## Not run:
usagelog <- GetUsageLog("2014-01-01","2014-01-31")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.