You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Creates a custom bidding script reference object for a script file. The resulting reference object provides a resource path to which the script file should be uploaded. This reference object should be included in when creating a new custom bidding script object.</p>
<pre>Creates a new custom bidding algorithm. Returns the newly created custom bidding algorithm if successful.
112
+
113
+
Args:
114
+
body: object, The request body.
115
+
The object takes the form of:
116
+
117
+
{ # A single custom bidding algorithm.
118
+
"advertiserId": "A String", # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
119
+
"customBiddingAlgorithmId": "A String", # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
120
+
"customBiddingAlgorithmState": "A String", # Output only. The status of custom bidding algorithm.
121
+
"customBiddingAlgorithmType": "A String", # Required. Immutable. The type of custom bidding algorithm.
122
+
"displayName": "A String", # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
123
+
"entityStatus": "A String", # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
124
+
"name": "A String", # Output only. The resource name of the custom bidding algorithm.
125
+
"partnerId": "A String", # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
126
+
"sharedAdvertiserIds": [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
127
+
"A String",
128
+
],
129
+
}
130
+
131
+
x__xgafv: string, V1 error format.
132
+
Allowed values
133
+
1 - v1 error format
134
+
2 - v2 error format
135
+
136
+
Returns:
137
+
An object of the form:
138
+
139
+
{ # A single custom bidding algorithm.
140
+
"advertiserId": "A String", # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
141
+
"customBiddingAlgorithmId": "A String", # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
142
+
"customBiddingAlgorithmState": "A String", # Output only. The status of custom bidding algorithm.
143
+
"customBiddingAlgorithmType": "A String", # Required. Immutable. The type of custom bidding algorithm.
144
+
"displayName": "A String", # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
145
+
"entityStatus": "A String", # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
146
+
"name": "A String", # Output only. The resource name of the custom bidding algorithm.
147
+
"partnerId": "A String", # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
148
+
"sharedAdvertiserIds": [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
<pre>Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful.
241
+
242
+
Args:
243
+
customBiddingAlgorithmId: string, Output only. The unique ID of the custom bidding algorithm. Assigned by the system. (required)
244
+
body: object, The request body.
245
+
The object takes the form of:
246
+
247
+
{ # A single custom bidding algorithm.
248
+
"advertiserId": "A String", # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
249
+
"customBiddingAlgorithmId": "A String", # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
250
+
"customBiddingAlgorithmState": "A String", # Output only. The status of custom bidding algorithm.
251
+
"customBiddingAlgorithmType": "A String", # Required. Immutable. The type of custom bidding algorithm.
252
+
"displayName": "A String", # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
253
+
"entityStatus": "A String", # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
254
+
"name": "A String", # Output only. The resource name of the custom bidding algorithm.
255
+
"partnerId": "A String", # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
256
+
"sharedAdvertiserIds": [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
257
+
"A String",
258
+
],
259
+
}
260
+
261
+
updateMask: string, Required. The mask to control which fields to update.
262
+
x__xgafv: string, V1 error format.
263
+
Allowed values
264
+
1 - v1 error format
265
+
2 - v2 error format
266
+
267
+
Returns:
268
+
An object of the form:
269
+
270
+
{ # A single custom bidding algorithm.
271
+
"advertiserId": "A String", # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
272
+
"customBiddingAlgorithmId": "A String", # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
273
+
"customBiddingAlgorithmState": "A String", # Output only. The status of custom bidding algorithm.
274
+
"customBiddingAlgorithmType": "A String", # Required. Immutable. The type of custom bidding algorithm.
275
+
"displayName": "A String", # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
276
+
"entityStatus": "A String", # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
277
+
"name": "A String", # Output only. The resource name of the custom bidding algorithm.
278
+
"partnerId": "A String", # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
279
+
"sharedAdvertiserIds": [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
<pre>Creates a custom bidding script reference object for a script file. The resulting reference object provides a resource path to which the script file should be uploaded. This reference object should be included in when creating a new custom bidding script object.
288
+
289
+
Args:
290
+
customBiddingAlgorithmId: string, Required. The ID of the custom bidding algorithm owns the script. (required)
291
+
advertiserId: string, The ID of the advertiser that owns the parent custom bidding algorithm.
292
+
partnerId: string, The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script.
293
+
x__xgafv: string, V1 error format.
294
+
Allowed values
295
+
1 - v1 error format
296
+
2 - v2 error format
297
+
298
+
Returns:
299
+
An object of the form:
300
+
301
+
{ # The reference to the uploaded custom bidding script file.
302
+
"resourceName": "A String", # A resource name to be used in media.download to Download the script files. Or media.upload to Upload the script files. Resource names have the format `customBiddingAlgorithms/{custom_bidding_algorithm_id}/scriptRef/{ref_id}`.
0 commit comments