החל מ-
8 בספטמבר 2025, בכל פריט חדש צריך להצהיר אם הוא יציג מודעות פוליטיות באיחוד האירופי (EU) או לא. העלאות של קובצי SDF ושל Display & Video 360 API שלא כוללות הצהרות ייכשלו. מידע נוסף על אופן העדכון של האינטגרציה כדי להוסיף את ההצהרה הזו זמין ב
דף ההוצאה משימוש.
Method: inventorySourceGroups.assignedInventorySources.create
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יצירת הקצאה בין מקור מלאי שטחי פרסום לבין קבוצת מקורות מלאי שטחי פרסום.
בקשת HTTP
POST https://displayvideo.googleapis.com/v4/inventorySourceGroups/{inventorySourceGroupId}/assignedInventorySources
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
inventorySourceGroupId |
string (int64 format)
חובה. המזהה של קבוצת המקורות של מלאי שטחי הפרסום שאליה תוקצה ההקצאה.
|
פרמטרים של שאילתה
פרמטרים |
פרמטר האיחוד owner . חובה. מזהה את הישות ב-DV360 שבבעלותה קבוצת ההורה של מקורות מלאי שטחי הפרסום. זה יכול להיות שותף או מפרסם. הערך של owner יכול להיות רק אחת מהאפשרויות הבאות: |
partnerId |
string (int64 format)
המזהה של השותף שבבעלותו קבוצת המקורות של מלאי שטחי הפרסום ברמת ההורה. רק לשותף הזה תהיה גישה לכתיבה למקור המלאי שהוקצה.
|
advertiserId |
string (int64 format)
המזהה של המפרסם שבבעלותו קבוצת המקורות של מלאי שטחי הפרסום ברמת ההורה. לשותף ההורה לא תהיה גישה למקור המלאי שהוקצה.
|
גוף הבקשה
גוף הבקשה מכיל מופע של AssignedInventorySource
.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל מופע חדש של AssignedInventorySource
.
היקפי הרשאה
נדרשת הרשאת OAuth ברמה הבאה:
https://www.googleapis.com/auth/display-video
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# Method: inventorySourceGroups.assignedInventorySources.create\n\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\nCreates an assignment between an inventory source and an inventory source group.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v4/inventorySourceGroups/{inventorySourceGroupId}/assignedInventorySources`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `inventorySourceGroupId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the inventory source group to which the assignment will be assigned. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union parameter `owner`. Required. Identifies the DV360 entity that owns the parent 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 parent inventory source group. Only this partner will have write access to this assigned inventory source. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that owns the parent inventory source group. The parent partner will not have access to this assigned inventory source. |\n\n### Request body\n\nThe request body contains an instance of [AssignedInventorySource](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources#AssignedInventorySource).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AssignedInventorySource](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources#AssignedInventorySource).\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](/identity/protocols/OAuth2)."]]