The Display & Video 360 API is rolling out Demand Gen resource support to all partners starting June 10, 2026. See ourblog postfor more details on how to get ready!
Method: advertisers.creatives.patchStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Display & Video 360 API v1 has been sunset.
This document provides information on how to update an existing creative using a PATCH request.
The request requires specific path parameters for advertiser and creative IDs, a query parameter for the update mask, and a request body containing the Creative instance.
A successful response returns the updated creative, and authorization requires thehttps://www.googleapis.com/auth/display-videoOAuth scope.
[[["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 2024-09-18 UTC."],[],["The document outlines the process for updating a creative using the Display & Video 360 API. It employs a PATCH request to a specific URL: `https://displayvideo.googleapis.com/v1/advertisers/{creative.advertiserId}/creatives/{creative.creativeId}`. This requires two path parameters, `creative.advertiserId` and `creative.creativeId`. Additionally a required query parameter named `updateMask` controls field updates. The request body and response body each utilize the `Creative` resource. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The API version v1 has been sunset.\n"]]