विज्ञापन देने वाले किसी मौजूदा खाते की जानकारी अपडेट करता है. अगर विज्ञापन देने वाले की जानकारी अपडेट हो जाती है, तो विज्ञापन देने वाले की अपडेट की गई जानकारी दिखाता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["This operation updates an existing advertiser using an HTTP PATCH request to the specified URL."],["You need to provide the advertiser ID as a path parameter and specify the fields to update using the `updateMask` query parameter."],["The request body should contain the updated advertiser details as defined in the `Advertiser` resource."],["Upon success, the API returns the updated `Advertiser` resource."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This describes updating an advertiser using a PATCH request to a specified URL. The request requires the advertiser's unique ID in the path and an `updateMask` in the query to indicate which fields to modify. The request body contains the updated `Advertiser` data. A successful response returns the modified `Advertiser`. The process requires OAuth scope authorization. The URL follows gRPC Transcoding syntax. The advertiser id is provided by the system.\n"]]