8 सितंबर, 2025 से, हर नए लाइन आइटम को यह बताना होगा कि वह यूरोपियन यूनियन (ईयू) में राजनैतिक विज्ञापन दिखाएगा या नहीं. Display & Video 360 API और एसडीएफ़ अपलोड करने की उन कार्रवाइयों को पूरा नहीं किया जा सकेगा जिनमें एलान नहीं किया गया है. इस बारे में ज़्यादा जानने के लिए कि इंटिग्रेशन को अपडेट करके यह एलान कैसे किया जाए, हमारा हटाए गए टैग और एट्रिब्यूट का पेज देखें.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eDisplay & Video 360 API v1 is sunset and this documentation details updating FirstAndThirdPartyAudiences via the API.\u003c/p\u003e\n"],["\u003cp\u003eThis update functionality is exclusively for \u003ccode\u003eCUSTOMER_MATCH_CONTACT_INFO\u003c/code\u003e and \u003ccode\u003eCUSTOMER_MATCH_DEVICE_ID\u003c/code\u003e audience types.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires specifying the \u003ccode\u003efirstAndThirdPartyAudienceId\u003c/code\u003e, \u003ccode\u003eupdateMask\u003c/code\u003e, and \u003ccode\u003eadvertiserId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a \u003ccode\u003eFirstAndThirdPartyAudience\u003c/code\u003e object with the desired updates, and a successful response will return the updated \u003ccode\u003eFirstAndThirdPartyAudience\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This document outlines the process for updating a `FirstAndThirdPartyAudience` via the API, which can be achieved using a PATCH request to a specified URL. Updates are only allowed for audiences with `CUSTOMER_MATCH_CONTACT_INFO` or `CUSTOMER_MATCH_DEVICE_ID` types. The `updateMask` and `advertiserId` are required query parameters to update `displayName`, `description`, or `membershipDurationDays`. The request body contains an instance of `FirstAndThirdPartyAudience`, and the response body will return the updated `FirstAndThirdPartyAudience`. OAuth scope `https://www.googleapis.com/auth/display-video` is needed.\n"],null,["# Method: firstAndThirdPartyAudiences.patch\n\n| Display \\& Video 360 API v1 has been sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates an existing FirstAndThirdPartyAudience.\n\nOnly supported for the following [audienceType](/display-video/api/reference/rest/v1/firstAndThirdPartyAudiences#FirstAndThirdPartyAudience.FIELDS.audience_type):\n\n- `CUSTOMER_MATCH_CONTACT_INFO`\n- `CUSTOMER_MATCH_DEVICE_ID`\n\n### HTTP request\n\n`PATCH https://displayvideo.googleapis.com/v1/firstAndThirdPartyAudiences/{firstAndThirdPartyAudience.firstAndThirdPartyAudienceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `firstAndThirdPartyAudience.firstAndThirdPartyAudienceId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the first and third party audience. Assigned by the system. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Required. The mask to control which fields to update. Updates are only supported for the following fields: - `displayName` - `description` - `membershipDurationDays` This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the owner advertiser of the updated FirstAndThirdPartyAudience. |\n\n### Request body\n\nThe request body contains an instance of [FirstAndThirdPartyAudience](/display-video/api/reference/rest/v1/firstAndThirdPartyAudiences#FirstAndThirdPartyAudience).\n\n### Response body\n\nIf successful, the response body contains an instance of [FirstAndThirdPartyAudience](/display-video/api/reference/rest/v1/firstAndThirdPartyAudiences#FirstAndThirdPartyAudience).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]