Method: firstAndThirdPartyAudiences.editCustomerMatchMembers

更新目標顧客比對目標對象的成員名單。

僅適用於下列 audienceType

  • CUSTOMER_MATCH_CONTACT_INFO
  • CUSTOMER_MATCH_DEVICE_ID

HTTP 要求

POST https://displayvideo.googleapis.com/v3/firstAndThirdPartyAudiences/{firstAndThirdPartyAudienceId}:editCustomerMatchMembers

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

路徑參數

參數
firstAndThirdPartyAudienceId

string (int64 format)

必要欄位。成員即將修改成員的目標客戶比對 FirstAndThirdPartyAudience ID。

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "advertiserId": string,

  // Union field added_members can be only one of the following:
  "addedContactInfoList": {
    object (ContactInfoList)
  },
  "addedMobileDeviceIdList": {
    object (MobileDeviceIdList)
  }
  // End of list of possible types for union field added_members.

  // Union field removed_members can be only one of the following:
  "removedContactInfoList": {
    object (ContactInfoList)
  },
  "removedMobileDeviceIdList": {
    object (MobileDeviceIdList)
  }
  // End of list of possible types for union field removed_members.
}
欄位
advertiserId

string (int64 format)

必要欄位。已更新目標顧客比對 FirstAndThirdPartyAudience 的擁有者廣告主 ID。

聯集欄位 added_members。要加入目標顧客比對目標對象的成員。added_members 只能是下列其中一項:
addedContactInfoList

object (ContactInfoList)

僅限輸入。聯絡資訊清單,用於定義要新增的成員。

addedMobileDeviceIdList

object (MobileDeviceIdList)

僅限輸入。行動裝置 ID 清單,用於定義要新增的成員。

聯集欄位 removed_members。要從目標顧客比對目標對像中移除的成員。removed_members 只能是下列其中一項:
removedContactInfoList

object (ContactInfoList)

僅限輸入。聯絡人清單,用於定義要移除的成員。

removedMobileDeviceIdList

object (MobileDeviceIdList)

僅限輸入。行動裝置 ID 清單,用於定義要移除的成員。

回應主體

FirstAndThirdPartyAudienceService.EditCustomerMatchMembers 的回應。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "firstAndThirdPartyAudienceId": string
}
欄位
firstAndThirdPartyAudienceId

string (int64 format)

必要欄位。新版目標顧客比對 FirstAndThirdPartyAudience 的 ID。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱 OAuth 2.0 總覽