rdfp (version 0.1.4)

dfp_registerSessionsForMonitoring: 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 data.frame

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

Run this code
# NOT RUN {
 res <- dfp_registerSessionsForMonitoring()
# }

Run the code above in your browser using DataLab