Method: customBiddingAlgorithms.scripts.create

建立新的自訂出價指令碼。如果成功,會傳回新建立的指令碼。

HTTP 要求

POST https://displayvideo.googleapis.com/v1/customBiddingAlgorithms/{customBiddingAlgorithmId}/scripts

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
customBiddingAlgorithmId

string (int64 format)

必要欄位。擁有指令碼的自訂出價演算法 ID。

查詢參數

參數
聯集參數 owner。必要欄位。指出擁有上層自訂出價演算法的 DV360 實體。可以是合作夥伴或廣告客戶。owner 只能是下列其中一項:
partnerId

string (int64 format)

擁有上層自訂出價演算法的合作夥伴 ID。

只有這個合作夥伴才有此自訂出價指令碼的寫入權限。

advertiserId

string (int64 format)

擁有上層自訂出價演算法的廣告客戶 ID。

要求主體

要求主體包含 CustomBiddingScript 的例項。

回應主體

如果成功,回應主體會包含新建立的 CustomBiddingScript 例項。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/display-video

詳情請參閱 OAuth 2.0 總覽