חובה. רשימת השדות שרוצים לעדכן. שמות השדות חייבים להיות באותיות רישיות (למשל, "field_to_update"). שדות שלא צוינו לא יתעדכנו. כדי להחליף את הישות כולה, משתמשים בנתיבים אחד עם המחרוזת '*' כדי להתאים לכל השדות.
זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2025-01-14 (שעון UTC)."],[[["This method updates an existing Audience on a Google Analytics property using an HTTP PATCH request."],["The request must specify the Audience resource name in the URL path and provide an `updateMask` query parameter indicating the fields to modify."],["The request body should contain the updated Audience data, and a successful response will return the updated Audience resource."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document outlines the process to update an Audience on a property via a PATCH request to the specified URL. The URL utilizes gRPC Transcoding syntax and requires the `audience.name` path parameter in the format `properties/*/audiences/*`. A `updateMask` query parameter specifies which fields to modify. The request and response bodies use the Audience resource. The process requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope for authorization.\n"]]