החל מ-
8 בספטמבר 2025, בכל פריט חדש צריך להצהיר אם הוא יציג מודעות פוליטיות באיחוד האירופי (EU) או לא. העלאות של קובצי SDF ושל Display & Video 360 API שלא כוללות הצהרות ייכשלו. מידע נוסף על אופן העדכון של האינטגרציה כדי להוסיף את ההצהרה הזו זמין ב
דף ההוצאה משימוש.
REST Resource: inventorySourceGroups
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: InventorySourceGroup
אוסף של מקורות מלאי שטחי פרסום שניתן לטרגט.
ייצוג ב-JSON |
{
"name": string,
"inventorySourceGroupId": string,
"displayName": string
} |
שדות |
name |
string
פלט בלבד. שם המשאב של קבוצת המקורות של מלאי שטחי הפרסום.
|
inventorySourceGroupId |
string (int64 format)
פלט בלבד. המזהה הייחודי של קבוצת המקורות של מלאי שטחי הפרסום. המערכת מקצה את השם.
|
displayName |
string
חובה. השם המוצג של קבוצת מקורות המלאי. הקידוד חייב להיות UTF-8 והגודל המקסימלי הוא 240 בייטים.
|
Methods |
|
יצירת קבוצה חדשה של מקורות מלאי שטחי פרסום. |
|
מחיקה של קבוצת מקורות של מלאי שטחי פרסום. |
|
הפונקציה מקבלת קבוצת מקורות של מלאי שטחי פרסום. |
|
רשימה של קבוצות של מקורות מלאי שטחי הפרסום שזמינות למשתמש הנוכחי. |
|
עדכון של קבוצת מקורות מלאי. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The Display & Video 360 API v4, in beta, introduces the `InventorySourceGroup` resource. This resource represents a collection of targetable inventory sources, identified by a unique, system-assigned ID and a user-defined display name (up to 240 bytes). Available methods include creating, deleting, getting, listing, and updating (`patch`) inventory source groups. Each group has a resource name, the `inventorySourceGroupId` and the `displayName` as fields.\n"],null,["# REST Resource: inventorySourceGroups\n\n- [Resource: InventorySourceGroup](#InventorySourceGroup)\n - [JSON representation](#InventorySourceGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: InventorySourceGroup\n------------------------------\n\nA collection of targetable inventory sources.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"inventorySourceGroupId\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the inventory source group. |\n| `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| `displayName` | `string` Required. The display name of the inventory source group. Must be UTF-8 encoded with a maximum size of 240 bytes. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|------------------------------------------------------------------------|\n| ### [create](/display-video/api/reference/rest/v4/inventorySourceGroups/create) | Creates a new inventory source group. |\n| ### [delete](/display-video/api/reference/rest/v4/inventorySourceGroups/delete) | Deletes an inventory source group. |\n| ### [get](/display-video/api/reference/rest/v4/inventorySourceGroups/get) | Gets an inventory source group. |\n| ### [list](/display-video/api/reference/rest/v4/inventorySourceGroups/list) | Lists inventory source groups that are accessible to the current user. |\n| ### [patch](/display-video/api/reference/rest/v4/inventorySourceGroups/patch) | Updates an inventory source group. |"]]