Resource: CustomBiddingAlgorithm
A single custom bidding algorithm.
JSON representation | |
---|---|
{ "name": string, "customBiddingAlgorithmId": string, "displayName": string, "entityStatus": enum ( |
Fields | ||
---|---|---|
name |
Output only. The resource name of the custom bidding algorithm. |
|
customBiddingAlgorithmId |
Output only. The unique ID of the custom bidding algorithm. Assigned by the system. |
|
displayName |
Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes. |
|
entityStatus |
Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are:
|
|
customBiddingAlgorithmType |
Required. Immutable. The type of custom bidding algorithm. |
|
Union field owner . Identifies the DV360 entity that owns the custom bidding algorithm. It can be either a partner or an advertiser. owner can be only one of the following: |
||
partnerId |
Immutable. The unique ID of the partner that owns the custom bidding algorithm. |
|
advertiserId |
Immutable. The unique ID of the advertiser that owns the custom bidding algorithm. |
CustomBiddingAlgorithmType
Possible types of custom bidding algorithms.
Enums | |
---|---|
CUSTOM_BIDDING_ALGORITHM_TYPE_UNSPECIFIED |
Algorithm type is not specified or is unknown in this version. |
SCRIPT_BASED |
Algorithm generated through customer-uploaded custom bidding script files. |
ADS_DATA_HUB_BASED |
Algorithm created through Ads Data Hub product. |
Methods |
|
---|---|
|
Gets a custom bidding algorithm. |
|
Lists custom bidding algorithms that are accessible to the current user and can be used in bidding stratgies. |