# NOT RUN {
ranked1 <- QueueRanked("your_report_suite",
date.from = "2014-04-01",
date.to = "2014-04-20",
metrics = "pageviews",
elements = c("sitesection", "page")
)
ranked2 <- QueueRanked(
reportsuite.id = your_report_suite,
date.from = "2016-03-30",
date.to = "2016-03-30",
metrics = "orders",
elements = "product",
classification = "Product Group"
)
enqueued.report.id <- QueueRanked(
reportsuite.id = your_report_suite,
date.from = "2016-03-30",
date.to = "2016-03-30",
metrics = "orders",
elements = "product",
classification = "Product Group",
enqueueOnly = TRUE
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab