dfp_makeTestNetwork {rdfp} | R Documentation |
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 Ad Manager 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, Ad Manager networks and don't have any features from Ad Manager 360. 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 Ad Manager 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, Ad Manager networks and don't have any features from Ad Manager 360. 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 Ad Manager 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, Ad Manager networks and don't have any features from Ad Manager 360. 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 |
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
## Not run:
res <- dfp_makeTestNetwork()
## End(Not run)