| dfp_registerSessionsForMonitoring {rdfp} | R Documentation |
registerSessionsForMonitoring
Description
Registers the specified list of sessionIds for monitoring. Once the session IDs have been registered, all logged information about the sessions will be persisted and can be viewed via the Ad Manager UI. A session ID is a unique identifier of a single user watching a live stream event.
Usage
dfp_registerSessionsForMonitoring(as_df = TRUE, verbose = FALSE)
Arguments
as_df |
a boolean indicating whether to attempt to parse the result into
a |
verbose |
a boolean indicating whether to print the service URL and POSTed XML |
Value
a data.frame or list containing all the elements of a registerSessionsForMonitoringResponse
See Also
Google Documentation for registerSessionsForMonitoring
Examples
## Not run:
res <- dfp_registerSessionsForMonitoring()
## End(Not run)
[Package rdfp version 0.1.4 Index]