זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
AdParameterOperation
פעולה יחידה (יצירה, עדכון, הסרה) בפרמטר של מודעה.
ייצוג ב-JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AdParameter )
},
"update": {
object (AdParameter )
},
"remove": string
// End of list of possible types for union field operation .
} |
שדות |
updateMask |
string (FieldMask format)
FieldMask שקובע אילו שדות משאבים ישתנו בעדכון. זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
|
שדה האיחוד operation . פעולת השינוי. operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (AdParameter )
פעולת יצירה: לא צפוי שם משאב לפרמטר החדש של המודעה.
|
update |
object (AdParameter )
פעולת עדכון: לפרמטר של המודעה צריך להיות שם משאב חוקי.
|
remove |
string
פעולת הסרה: שם המשאב של פרמטר המודעה שרוצים להסיר צריך להיות בפורמט הזה: customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-18 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-18 (שעון UTC)."],[[["This page documents a single operation (create, update, or remove) on an ad parameter, using JSON representation for the request."],["The `operation` field specifies the type of operation (create, update, or remove) with corresponding data requirements."],["`create` and `update` operations utilize the `AdParameter` object while `remove` requires the ad parameter's resource name."],["The `updateMask` field, in FieldMask format, is used to specify which fields of the resource are being modified in an update operation."]]],[]]