זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
CampaignAssetOperation
פעולה יחידה (יצירה, עדכון, הסרה) בנכס קמפיין.
ייצוג JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CampaignAsset )
},
"update": {
object (CampaignAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
שדות |
updateMask |
string (FieldMask format)
FieldMask שמגדיר אילו שדות של המשאב ישתנו בעדכון. זוהי רשימה מופרדת בפסיקים של שמות שדות מלאים. דוגמה: "user.displayName,photo"
|
שדה האיחוד operation . פעולת השינוי. operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (CampaignAsset )
פעולת יצירה: לא צפוי שם משאב לנכס הקמפיין החדש.
|
update |
object (CampaignAsset )
פעולת עדכון: לנכס הקמפיין אמור להיות שם משאב חוקי.
|
remove |
string
פעולת הסרה: צפוי שם משאב לנכס הקמפיין שהוסר, בפורמט הבא: customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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 a campaign asset, providing the JSON representation and field details."],["The `operation` field determines the type of operation being performed, accepting `create`, `update`, or `remove` as values."],["For `create` operations, a new campaign asset object is provided without a resource name; for `update`, an existing campaign asset object with a valid resource name is required; and for `remove`, the resource name of the campaign asset to be removed is specified."],["`updateMask` is used to specify which fields of the campaign asset should be updated, utilizing FieldMask format."]]],[]]