nrdb_sessions: Get the user interactions for a list of session Ids,...

Description Usage Arguments Value

Description

Get the user interactions for a list of session Ids, including Page Views and Page Actions.

Usage

1
2
nrdb_sessions(account_id, api_key, session_ids, app_id = NULL, limit = NULL,
  from = 24 * 3, event_type = "PageView", verbose = F)

Arguments

account_id

your New Relic account ID

api_key

your New Relic NRDB (Insights) API key

session_ids

the list of session ids obtained using nrdb_session_ids

app_id

the id of the app to focus on

limit

the limit on the number of PageViews in a session to this number; if there are more than this number of pages the session is skipped. Default limit is 750 and the max limit is 1000.

from

the starting point in hours past to search for events

event_type

the type of event if other than 'PageView' such as 'PageAction'

verbose

TRUE to print out queries

Value

list of data frames for each session that contain a page view in each row and the union of all attributes as columns


bkayser/NewRelicR documentation built on May 12, 2019, 9:27 p.m.