8 সেপ্টেম্বর, 2025 থেকে শুরু করে, প্রতিটি নতুন লাইন আইটেমকে ঘোষণা করতে হবে যে তারা ইউরোপিয়ান ইউনিয়ন (EU) রাজনৈতিক বিজ্ঞাপনগুলি পরিবেশন করবে কি না। Display & Video 360 API এবং SDF আপলোডগুলি যেগুলি ঘোষণা প্রদান করে না সেগুলি ব্যর্থ হবে৷ এই ঘোষণাটি করার জন্য কীভাবে আপনার ইন্টিগ্রেশন আপডেট করবেন সে সম্পর্কে আরও বিশদ বিবরণের জন্য আমাদের অবচয় পৃষ্ঠা দেখুন।
প্রয়োজন। কোন ক্ষেত্র আপডেট করতে হবে তা নিয়ন্ত্রণ করার জন্য মাস্ক।
এটি ক্ষেত্রগুলির সম্পূর্ণরূপে যোগ্য নামের একটি কমা দ্বারা পৃথক করা তালিকা৷ উদাহরণ: "user.displayName,photo" ।
ইউনিয়ন প্যারামিটার owner । প্রয়োজন। DV360 সত্তাকে শনাক্ত করে যেটি ইনভেন্টরি সোর্স গ্রুপের মালিক। এটি একটি অংশীদার বা একটি বিজ্ঞাপনদাতা হতে পারে. owner নিম্নলিখিতগুলির মধ্যে একজন হতে পারে:
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eDisplay & Video 360 API v2 is sunset and this document outlines how to update an inventory source group using the API.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires specifying the inventory source group ID, an update mask, and the owner (either partner or advertiser ID).\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return the updated InventorySourceGroup object in the response body.\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"]]],["The provided content outlines the process for updating an inventory source group via the Display & Video 360 API. It uses a `PATCH` request to the specified URL, with the inventory source group's unique ID in the path. Required query parameters include `updateMask` and the `owner` (either `partnerId` or `advertiserId`). The request body should contain an `InventorySourceGroup` instance, and a successful update returns the modified `InventorySourceGroup`. Authorization requires the `display-video` OAuth scope. The API v2 has ended its service.\n"],null,["# Method: inventorySourceGroups.patch\n\n| Display \\& Video 360 API v2 has 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 inventory source group. Returns the updated inventory source group if successful.\n\n### HTTP request\n\n`PATCH https://displayvideo.googleapis.com/v2/inventorySourceGroups/{inventorySourceGroup.inventorySourceGroupId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `inventorySourceGroup.inventorySourceGroupId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the inventory source group. Assigned by the system. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Required. The mask to control which fields to update. This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n| Union parameter `owner`. Required. Identifies the DV360 entity that owns the inventory source group. It can be either a partner or an advertiser. `owner` can be only one of the following: ||\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the partner that owns the inventory source group. Only this partner has write access to this group. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that owns the inventory source group. The parent partner does not have access to this group. |\n\n### Request body\n\nThe request body contains an instance of [InventorySourceGroup](/display-video/api/reference/rest/v2/inventorySourceGroups#InventorySourceGroup).\n\n### Response body\n\nIf successful, the response body contains an instance of [InventorySourceGroup](/display-video/api/reference/rest/v2/inventorySourceGroups#InventorySourceGroup).\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)."]]