The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
AudienceMember
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Odbiorca, na którym ma być przeprowadzona operacja.
Zapis 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 .
} |
PairData
Identyfikatory PAIR dla odbiorców. Wymagany jest co najmniej 1 identyfikator PAIR.
Zapis JSON |
{
"pairIds": [
string
]
} |
Pola |
pairIds[] |
string
Wymagane. Dane umożliwiające identyfikację użytkownika dostarczone przez usługę data clean room, zaszyfrowane algorytmem SHA256 i zaszyfrowane za pomocą przemiennego szyfru EC przy użyciu klucza wydawcy na potrzeby listy użytkowników PAIR. W jednym elemencie AudienceMember można podać maksymalnie 10 elementów pairIds .
|
MobileData
Identyfikatory mobilne odbiorców. Wymagany jest co najmniej 1 identyfikator urządzenia mobilnego.
Zapis JSON |
{
"mobileIds": [
string
]
} |
Pola |
mobileIds[] |
string
Wymagane. Lista identyfikatorów urządzeń mobilnych (identyfikatorów wyświetlania reklam lub IDFA). W jednym elemencie AudienceMember można podać maksymalnie 10 elementów mobileIds .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# AudienceMember\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PairData](#PairData)\n - [JSON representation](#PairData.SCHEMA_REPRESENTATION)\n- [MobileData](#MobileData)\n - [JSON representation](#MobileData.SCHEMA_REPRESENTATION)\n\nThe audience member to be operated on.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"consent\": { object (/data-manager/api/reference/rest/v1/Consent) }, // Union field `data` can be only one of the following: \"userData\": { object (/data-manager/api/reference/rest/v1/UserData) }, \"pairData\": { object (/data-manager/api/reference/rest/v1/AudienceMember#PairData) }, \"mobileData\": { object (/data-manager/api/reference/rest/v1/AudienceMember#MobileData) } // End of list of possible types for union field `data`. } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `consent` | `object (`[Consent](/data-manager/api/reference/rest/v1/Consent)`)` Optional. The consent setting for the user. |\n| Union field `data`. The type of identifying data to be operated on. `data` can be only one of the following: ||\n| `userData` | `object (`[UserData](/data-manager/api/reference/rest/v1/UserData)`)` User-provided data that identifies the user. |\n| `pairData` | `object (`[PairData](/data-manager/api/reference/rest/v1/AudienceMember#PairData)`)` [Publisher Advertiser Identity Reconciliation (PAIR) IDs](//support.google.com/admanager/answer/15067908). |\n| `mobileData` | `object (`[MobileData](/data-manager/api/reference/rest/v1/AudienceMember#MobileData)`)` Data identifying the user's mobile devices. |\n\nPairData\n--------\n\n[PAIR](//support.google.com/admanager/answer/15067908) IDs for the audience. At least one PAIR ID is required.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"pairIds\": [ string ] } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pairIds[]` | `string` Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the [PAIR](//support.google.com/admanager/answer/15067908) user list. At most 10 `pairIds` can be provided in a single [AudienceMember](/data-manager/api/reference/rest/v1/AudienceMember). |\n\nMobileData\n----------\n\nMobile IDs for the audience. At least one mobile ID is required.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"mobileIds\": [ string ] } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `mobileIds[]` | `string` Required. The list of mobile device IDs (advertising ID/IDFA). At most 10 `mobileIds` can be provided in a single [AudienceMember](/data-manager/api/reference/rest/v1/AudienceMember). |"]]