rdfp (version 0.1.2)

dfp_makeTestNetwork: makeTestNetwork

Description

Creates a new blank network for testing purposes using the current login. Each login(i.e. email address) can only have one test network. Data from any of your existing networks will not be transferred to the new test network. Once the test network is created, the test network can be used in the API by supplying the Network networkCode in the SOAP header or by logging into the DFP UI. Test networks are limited in the following ways:

  • Test networks cannot serve ads.

  • Because test networks cannot serve ads, reports will always come back without data.

  • Since forecasting requires serving history, forecast service results will be faked. See ForecastService for more info.

  • Test networks are, by default, small business networks and do not have any premium features. To have additional features turned on, please contact your account manager.

  • Test networks are limited to 10,000 objects per entity type.

Creates a new blank network for testing purposes using the current login. Each login(i.e. email address) can only have one test network. Data from any of your existing networks will not be transferred to the new test network. Once the test network is created, the test network can be used in the API by supplying the Network networkCode in the SOAP header or by logging into the DFP UI. Test networks are limited in the following ways:

  • Test networks cannot serve ads.

  • Because test networks cannot serve ads, reports will always come back without data.

  • Since forecasting requires serving history, forecast service results will be faked. See ForecastService for more info.

  • Test networks are, by default, small business networks and do not have any premium features. To have additional features turned on, please contact your account manager.

  • Test networks are limited to 10,000 objects per entity type.

Creates a new blank network for testing purposes using the current login. Each login(i.e. email address) can only have one test network. Data from any of your existing networks will not be transferred to the new test network. Once the test network is created, the test network can be used in the API by supplying the Network networkCode in the SOAP header or by logging into the DFP UI. Test networks are limited in the following ways:

  • Test networks cannot serve ads.

  • Because test networks cannot serve ads, reports will always come back without data.

  • Since forecasting requires serving history, forecast service results will be faked. See ForecastService for more info.

  • Test networks are, by default, small business networks and do not have any premium features. To have additional features turned on, please contact your account manager.

  • Test networks are limited to 10,000 objects per entity type.

Usage

dfp_makeTestNetwork(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 makeTestNetworkResponse

See Also

Google Documentation for makeTestNetwork

Examples

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

Run the code above in your browser using DataLab