REST Resource: customers.customBiddingAlgorithms

資源:CustomBiddingAlgorithm

定義廣告資料中心管理的自訂出價演算法。

JSON 表示法
{
  "name": string,
  "customBiddingAlgorithmId": string,
  "adsDataCustomerId": string,
  "title": string,
  "customBiddingQuery": string,
  "dv360PartnerId": string,
  "dv360AdvertiserId": [
    string
  ],
  "deleteTime": string,
  "createEmail": string
}
欄位
name

string

僅供輸出。可明確識別廣告資料中心自訂出價演算法的名稱。格式如下:customer/[customerId]/customBiddingAlgorithms/[customBiddingAlgorithmId]

customBiddingAlgorithmId

string (int64 format)

僅供輸出。自訂出價演算法 ID。這個欄位是由服務產生,並在設定 DV360 時參照這個演算法。

adsDataCustomerId

string (int64 format)

不可變動。與這個自訂出價演算法相關聯的已連結廣告資料中心客戶 ID。對這個自訂出價演算法執行 ScoreImpressionForCustomBid 時,系統會使用這項資料。

title

string

必要,自訂出價演算法標題,做為專屬 adsDataCustomerId 專屬。

customBiddingQuery

string

必要,不可變動。廣告資料中心自訂出價查詢資源,用於指定這個自訂出價演算法的曝光評分方式。

dv360PartnerId

string (int64 format)

不可變動。此自訂出價演算法用於的 DV360 合作夥伴 ID。

dv360AdvertiserId[]

string (int64 format)

可使用這個自訂出價演算法的 DV360 廣告客戶 ID。

deleteTime

string (Timestamp format)

僅供輸出。如有設定,系統會刪除這個自訂出價演算法的時間。如果未設定,此自訂出價就會啟用。

RFC3339 UTC 的「Zulu」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

createEmail

string

僅供輸出。建立這個自訂出價演算法的使用者電子郵件地址。

方法

addAdvertiser

將 DV360 廣告客戶新增至自訂出價演算法的廣告客戶。

create

建立由廣告資料中心管理的自訂出價演算法。

delete

刪除這個自訂出價演算法。

execute

自訂出價模型最近 30 天的曝光次數分數。

get

擷取要求的 Google Ads Data Hub 代管自訂出價演算法。

list

列出指定廣告資料中心客戶管理的自訂出價演算法。

patch

更新要求的廣告資料中心管理的自訂出價演算法。

removeAdvertiser

從自訂出價演算法的廣告客戶中移除 DV360 廣告客戶。