AudienceMember

操作対象のオーディエンス メンバー。

JSON 表現
{
  "destinationReferences": [
    string
  ],
  "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.
}
フィールド
destinationReferences[]

string

省略可。オーディエンス メンバーを送信する Destination を定義します。

consent

object (Consent)

省略可。ユーザーの同意設定。

共用体フィールド data。操作する識別データの種類。data は次のいずれかになります。
userData

object (UserData)

ユーザーを識別するユーザー提供データ。

pairData

object (PairData)

Publisher Advertiser Identity Reconciliation(PAIR)ID

mobileData

object (MobileData)

ユーザーのモバイル デバイスを特定するデータ。

PairData

オーディエンスの PAIR ID。少なくとも 1 つのペア ID が必要です。

JSON 表現
{
  "pairIds": [
    string
  ]
}
フィールド
pairIds[]

string

必須。Clean Room から提供された PII データ。SHA256 でハッシュ化され、PAIR ユーザーリストのパブリッシャー キーを使用して EC 可換暗号で暗号化されています。1 つの AudienceMember で指定できる pairIds は最大 10 個です。

MobileData

オーディエンスのモバイル ID。モバイル ID が少なくとも 1 つ必要です。

JSON 表現
{
  "mobileIds": [
    string
  ]
}
フィールド
mobileIds[]

string

必須。モバイル デバイス ID(広告 ID/IDFA)のリスト。1 つの AudienceMember で指定できる mobileIds は最大 10 個です。