The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
AudienceMember
Stay organized with collections
Save and categorize content based on your preferences.
The audience member to be operated on.
JSON representation |
{
"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
PAIR IDs for the audience. At least one PAIR ID is required.
JSON representation |
{
"pairIds": [
string
]
} |
Fields |
pairIds[] |
string
Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the PAIR user list. At most 10 pairIds can be provided in a single AudienceMember .
|
MobileData
Mobile IDs for the audience. At least one mobile ID is required.
JSON representation |
{
"mobileIds": [
string
]
} |
Fields |
mobileIds[] |
string
Required. The list of mobile device IDs (advertising ID/IDFA). At most 10 mobileIds can be provided in a single AudienceMember .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-24 UTC.
[null,null,["Last updated 2025-06-24 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). |"]]