Необходимый. Объект позиции, содержащий поля, которые необходимо обновить, и новые значения, которые можно присвоить всем позициям, указанным в lineItemIds .
Идентификаторы позиций, которые пропускаются при обновлении. Например, ненужные изменения, которые фактически не приведут к изменению позиций, будут пропущены, и здесь можно будет отслеживать соответствующие идентификаторы позиций.
[[["Прост для понимания","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-02-25 UTC."],[[["Bulk updates multiple existing line items with specified values using a `POST` request."],["Requires providing a list of line item IDs, the target line item object for updates, and an update mask."],["The response indicates successfully updated, failed, and skipped line items, along with any errors encountered."],["YouTube & Partners line items cannot be updated using this endpoint."],["Concurrent requests updating the same line item as other specific operations are not allowed."]]],["This content describes how to update multiple line items via a bulk update operation. This is done through a `POST` HTTP request to a specific endpoint using a required `advertiserId`. The request body must include `lineItemIds` for the items to be updated, a `targetLineItem` object containing the new values, and an `updateMask` specifying which fields to modify. Concurrent updates with specific targeting options or patching requests are restricted. The response indicates which line items were successfully updated, failed, or skipped, and includes any encountered errors. YouTube & Partners line items can't be created or updated using this API.\n"]]