מכיוון שאפשר לחזור על השדה operations של הבקשה, בקשת שינוי אחת יכולה להכיל מספר פעולות. עם זאת, כל פעולה מטופלת בנפרד מכל פעולה אחרת, לכן אי אפשר להצליב נתונים.
זאת בניגוד לשיטה של שינוי בכמות גדולה (GoogleAdsService.Mutate), שבה פעולות בתוך אותה בקשה יכולות להפנות לישויות מפעולות אחרות.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-06-27 (שעון UTC)."],[[["The most straightforward way to mutate a resource is by using its individual service and corresponding operations (create, update, or remove)."],["Each mutable resource has a dedicated service with specific endpoints for mutation, like `CampaignService.MutateCampaigns` for `Campaign` resources."],["A single mutate request to a resource-specific service can handle multiple operations, but each operation is treated independently."],["Resource-specific mutation differs from bulk mutation (`GoogleAdsService.Mutate`) where operations can cross-reference each other within the same request."]]],[]]