The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
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 .
} |
PairData
מזהי PAIR של הקהל. נדרש לפחות מזהה זוג אחד.
ייצוג ב-JSON |
{
"pairIds": [
string
]
} |
שדות |
pairIds[] |
string
חובה. נתוני PII שסופקו על ידי Cleanroom, מגובבים באמצעות SHA256 ומוצפנים באמצעות צופן קומוטטיבי של EC עם מפתח של בעל האתר עבור רשימת המשתמשים של PAIR. אפשר לספק עד 10 pairIds ב-AudienceMember אחד.
|
MobileData
מזהים לנייד של הקהל. צריך לציין לפחות מזהה אחד לנייד.
ייצוג ב-JSON |
{
"mobileIds": [
string
]
} |
שדות |
mobileIds[] |
string
חובה. הרשימה של מזהי מכשירים ניידים (מזהה פרסום/IDFA). אפשר לספק עד 10 mobileIds ב-AudienceMember אחד.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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). |"]]