Необходимый. Список полей, которые необходимо обновить. Имена полей должны быть в змеином регистре (например, «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."]]],[]]