CustomBiddingAlgorithmsScripts
class CustomBiddingAlgorithmsScripts extends Resource (View source)
The "scripts" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$scripts = $displayvideoService->customBiddingAlgorithms_scripts;
Methods
create(string $customBiddingAlgorithmId, CustomBiddingScript $postBody, array $optParams = [])
Creates a new custom bidding script. Returns the newly created script if successful. (scripts.create)
get(string $customBiddingAlgorithmId, string $customBiddingScriptId, array $optParams = [])
Gets a custom bidding script. (scripts.get)
listCustomBiddingAlgorithmsScripts(string $customBiddingAlgorithmId, array $optParams = [])
Lists custom bidding scripts that belong to the given algorithm. The order is defined by the order_by parameter.
Details
CustomBiddingScript
create(string $customBiddingAlgorithmId, CustomBiddingScript $postBody, array $optParams = [])
Creates a new custom bidding script. Returns the newly created script if successful. (scripts.create)
CustomBiddingScript
get(string $customBiddingAlgorithmId, string $customBiddingScriptId, array $optParams = [])
Gets a custom bidding script. (scripts.get)
ListCustomBiddingScriptsResponse
listCustomBiddingAlgorithmsScripts(string $customBiddingAlgorithmId, array $optParams = [])
Lists custom bidding scripts that belong to the given algorithm. The order is defined by the order_by parameter.
(scripts.listCustomBiddingAlgorithmsScripts)