AudienceMember

要接受手術的觀眾。

JSON 表示法
{
  "consent": {
    object (Consent)
  },

  // Union field data can be only one of the following:
  "userData": {
    object (UserData)
  },
  "pairData": {
    object (PairData)
  },
  "mobileData": {
    object (MobileData)
  }
  // End of list of possible types for union field data.
}
欄位
consent

object (Consent)

(選用步驟) 使用者的同意聲明設定。

聯集欄位 data。要處理的識別資料類型。data 只能是下列其中一項:
userData

object (UserData)

可識別使用者的使用者提供資料。

pairData

object (PairData)

發布商及廣告主使用者身分資料比對 (PAIR) ID

mobileData

object (MobileData)

可識別使用者行動裝置的資料。

PairData

目標對象的 PAIR ID。至少須提供一組 PAIR ID。

JSON 表示法
{
  "pairIds": [
    string
  ]
}
欄位
pairIds[]

string

必要欄位。資料無塵室提供的 PII 資料 (以 SHA256 雜湊處理,並使用發布商金鑰透過 EC 可交換密碼加密),用於 PAIR 使用者名單。單一 AudienceMember 最多可提供 10 個 pairIds

MobileData

目標對象的行動裝置 ID。至少須提供一個行動 ID。

JSON 表示法
{
  "mobileIds": [
    string
  ]
}
欄位
mobileIds[]

string

必要欄位。行動裝置 ID (廣告 ID/廣告識別碼) 清單。單一 AudienceMember 最多可提供 10 個 mobileIds