#Pageviews for the Top 100 pages by Day in the Loyal_Visitors segment
pages_by_day <-
QueueTrended("keystonerandy", "2013-02-13", "2013-02-19", "day",
"pageviews", "page", top="100", startingWith= "1", segment_id= "Loyal_Visitors")
#Specifying two specific pages, trended by hour for pageviews in the Loyal_Visitors segment
specific_pages_by_hour <-
QueueTrended("keystonerandy", "2013-02-13", "2013-02-19", "hour",
"pageviews", "page", selected = c("http://randyzwitch.com",
"http://randyzwitch.com/about"), segment_id = "Loyal_Visitors")
)
Run the code above in your browser using DataLab