對於未在出價要求中傳送 wseatid,且未在出價回應中驗證 wseatid 的交易平台:
- 建立新訂單時,請將
wseatConfig.exchangeWseatStatus設為W_SEAT_STATUS_NOT_ENFORCED,填入wseatConfig欄位。詳情請參閱 API 參考資料。
對於會在出價要求中傳送 wseatid 的交易平台:
- 定期擷取每個放送中交易的 DV360
wseatConfig:- 使用 List InventorySources API 疊代所有交易。
- 使用
lastModifiedTime篩選器,將結果限制為上次同步後更新的交易。 - 建議每天執行批次工作,擷取過去 36 小時內更新的交易。
- 要求範例:
none GET https://dv360seller.googleapis.com/v1beta1/exchanges/{id}/inventorySources?pageSize=200&filter=last_modified_time>"2023-10-28T11:30:00-04:00"
- 在交易所端自動更新 WSeat 設定。
- 呼叫 Orders.patch API,將交易所 WSeat 設定告知 DV360:
wseatConfig.exchangeWseatStatus應設為W_SEAT_STATUS_ENFORCED。wseatConfig.exchangeWseatIds應設為出價要求中傳送的所有已授權wseatid。
- DV360 會追蹤
Orders.wseatConfig的上次更新時間戳記,偵測過時的 WSeat 設定。