Learn R Programming

RSiteCatalyst (version 1.4.16)

GetUsageLog: Get Admin Actions, Logins, and Reports Accessed

Description

GetUsageLog

Usage

GetUsageLog(date.from = as.character(Sys.Date() - 1),
  date.to = as.character(Sys.Date()), localtime = FALSE)

Arguments

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

Value

data frame with: datetime, login, event_num, event_type, ip_address, report_suite, event_details

Details

Gets the Adobe Analytics usage log for all users within the specified date range.

See Also

Other internal: GetEndpoint, ParseDW, ParseFallout, ParseOvertime, ParsePathing, ParseRanked, ParseSummary, ParseTrended

Examples

Run this code
# NOT RUN {
usagelog <- GetUsageLog("2014-01-01","2014-01-31")
# }

Run the code above in your browser using DataLab