זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
AssetGroupAssetOperation
פעולה אחת (יצירה, הסרה) בנכס בקבוצת נכסים.
ייצוג JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AssetGroupAsset )
},
"update": {
object (AssetGroupAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
שדות |
updateMask |
string (FieldMask format)
FieldMask שקובע אילו שדות משאבים ישתנו בעדכון. זוהי רשימה מופרדת בפסיקים של שמות שדות מלאים. דוגמה: "user.displayName,photo"
|
שדה איחוד operation . פעולת השינוי. operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (AssetGroupAsset )
פעולת יצירה: לא צפוי שם משאב לנכס החדש בקבוצת הנכסים.
|
update |
object (AssetGroupAsset )
פעולת עדכון: לנכס של קבוצת הנכסים אמור להיות שם משאב חוקי.
|
remove |
string
פעולת הסרה: צפוי שם משאב לנכס קבוצת הנכסים שהוסר, בפורמט הזה: customers/{customerId}/assetGroupAssets/{assetGroupId}~{asset_id}~{fieldType}
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-06 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-06 (שעון UTC)."],[[["This page documents a single operation (create, remove, or update) on an asset group asset within Google Ads."],["The operation is represented in JSON format, specifying the type of operation and the asset group asset details."],["A `fieldMask` can be used to specify which fields of the asset group asset should be updated."],["Operations include creating a new asset group asset, updating an existing one, or removing one by its resource name."]]],[]]