[[["容易理解","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"]],["上次更新時間:2023-12-02 (世界標準時間)。"],[[["Display & Video 360 API v1 is sunsetted, and this documentation details updating existing campaigns using the v1 API."],["The API request utilizes an HTTP PATCH method to `https://displayvideo.googleapis.com/v1/advertisers/{campaign.advertiserId}/campaigns/{campaign.campaignId}` and requires specifying the advertiser and campaign IDs."],["To update a campaign, provide a request body containing the updated Campaign object and utilize the `updateMask` query parameter to specify the fields to be modified."],["Successful requests will return the updated Campaign object in the response body."],["Authorization requires specific OAuth scopes like `https://www.googleapis.com/auth/display-video` or `https://www.googleapis.com/auth/display-video-mediaplanning`."]]],["This outlines the process for updating a campaign using the Display & Video 360 API, noting that v1 is sunset. A `PATCH` request is sent to a specific URL, including the advertiser and campaign IDs in the path. The `updateMask` query parameter specifies which fields to modify. The request body contains the updated campaign data. Upon success, the API returns the modified campaign data in the response. Access requires specific OAuth scopes.\n"]]