scripts
Overview
Name | scripts |
Type | Resource |
Id | googledevelopers.displayvideo.scripts |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Output only. The resource name of the custom bidding script. |
customBiddingScriptId | string | Output only. The unique ID of the custom bidding script. |
errors | array | Output only. Error details of a rejected custom bidding script. This field will only be populated when Script.state is REJECTED. |
script | object | The reference to the uploaded custom bidding script file. |
state | string | Output only. The state of the custom bidding script. |
active | boolean | Output only. Whether the script is currently being used for scoring by the parent algorithm. |
createTime | string | Output only. The time when the script was created. |
customBiddingAlgorithmId | string | Output only. The unique ID of the custom bidding algorithm the script belongs to. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
customBiddingAlgorithms_scripts_get | SELECT | customBiddingAlgorithmsId, scriptsId | Gets a custom bidding script. |
customBiddingAlgorithms_scripts_list | SELECT | customBiddingAlgorithmsId | Lists custom bidding scripts that belong to the given algorithm. The order is defined by the order_by parameter. |
customBiddingAlgorithms_scripts_create | INSERT | customBiddingAlgorithmsId | Creates a new custom bidding script. Returns the newly created script if successful. |