Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This method allows for the bulk editing of targeting options across multiple line items by deleting and creating assigned targeting options.
Concurrent requests updating the same line item using lineItems.bulkUpdate, lineItems.patch, assignedTargetingOptions.create, or assignedTargetingOptions.delete are not permitted with this endpoint.
YouTube & Partners line items cannot be created or updated via the API using this method.
The request body includes the IDs of the line items to be updated, a list of delete requests, and a list of create requests for assigned targeting options.
The response body indicates which line items were successfully updated, which failed, and provides error information for the failed updates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],["The Display & Video 360 API v4 beta allows bulk editing of targeting options across multiple line items. This involves deleting specified assigned targeting options via `deleteRequests` and creating new ones via `createRequests`. Concurrent edits to the same line item using `lineItems.bulkUpdate`, `lineItems.patch`, `assignedTargetingOptions.create`, or `assignedTargetingOptions.delete` are not allowed. The request body includes `lineItemIds`, `deleteRequests`, and `createRequests`, while the response indicates `updatedLineItemIds`, `failedLineItemIds`, and `errors`. The URL for the HTTP request uses gRPC Transcoding syntax. YouTube & Partners line items are not supported.\n"]]