זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
UserListOperation
פעולה יחידה (יצירה, עדכון) ברשימת משתמשים.
ייצוג ב-JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (UserList )
},
"update": {
object (UserList )
},
"remove": string
// End of list of possible types for union field operation .
} |
שדות |
updateMask |
string (FieldMask format)
FieldMask שמגדיר אילו שדות של המשאב ישתנו בעדכון. זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
|
שדה האיחוד operation . פעולת השינוי. הערך של operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (UserList )
פעולת יצירה: לא צפוי שם משאב לרשימת המשתמשים החדשה.
|
update |
object (UserList )
פעולת עדכון: רשימת המשתמשים אמורה לכלול שם משאב תקין.
|
remove |
string
פעולת הסרה: שם משאב של רשימת המשתמשים שהוסרה, בפורמט הזה: customers/{customerId}/userLists/{userListId}
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-07 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-07 (שעון UTC)."],[[["This operation handles creating, updating, or removing a user list within Google Ads."],["It utilizes a JSON payload with an `operation` field specifying the action type and providing relevant data."],["The `updateMask` field allows for selective modification of user list attributes during updates."],["`create` operations require user list details without a resource name, while `update` operations necessitate an existing resource name."],["`remove` operations solely need the user list's resource name for deletion."]]],[]]