זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
BiddingDataExclusionOperation
פעולה יחידה (יצירה, הסרה ועדכון) בהחרגת נתונים.
ייצוג ב-JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (BiddingDataExclusion )
},
"update": {
object (BiddingDataExclusion )
},
"remove": string
// End of list of possible types for union field operation .
} |
שדות |
updateMask |
string (FieldMask format)
FieldMask שמגדיר אילו שדות של המשאב ישתנו בעדכון. זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
|
שדה האיחוד operation . פעולת השינוי. הערך של operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (BiddingDataExclusion )
פעולת יצירה: לא צפוי שם משאב להחרגת הנתונים החדשה.
|
update |
object (BiddingDataExclusion )
פעולת עדכון: לשם ההחרגה של הנתונים צריך להיות שם משאב תקין.
|
remove |
string
פעולת ההסרה: נדרש שם משאב של החרגת הנתונים שהוסרה, בפורמט הזה: customers/{customerId}/biddingDataExclusions/{dataExclusionId}
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-06 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-06 (שעון UTC)."],[[["This documentation describes the JSON representation for performing operations (create, update, remove) on a data exclusion within Google Ads."],["The `operation` field determines the action type with options for creation, updating, or removal."],["A `FieldMask` is used within the `updateMask` to specify the fields to modify during updates."],["Resource names are required for update and remove operations, while create operations do not need them."]]],[]]