REST Resource: inventorySourceGroups.assignedInventorySources
资源:AssignedInventorySource
JSON 表示法 |
{
"name": string,
"assignedInventorySourceId": string,
"inventorySourceId": string
} |
字段 |
name |
string
仅限输出。分配的广告资源来源的资源名称。
|
assignedInventorySourceId |
string (int64 format)
仅限输出。分配的商品目录来源的唯一 ID。该 ID 仅在给定商品目录来源组内是唯一的。它可能会在其他上下文中重复使用。
|
inventorySourceId |
string
必需。要定位到的广告资源来源实体的 ID。
|
方法 |
|
可以批量修改广告资源来源与单个广告资源来源组之间的多项分配关系。 |
|
在广告资源来源和广告资源来源组之间创建分配。 |
|
删除广告资源来源与广告资源来源组之间的分配。 |
|
列出分配给广告资源来源组的广告资源来源。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["An AssignedInventorySource resource represents the connection between a targetable inventory source and an inventory source group."],["It includes fields like name, assignedInventorySourceId, and inventorySourceId which provide identifying and relational information."],["Key methods allow for bulk editing, creating, deleting, and listing assignments between inventory sources and inventory source groups, offering flexibility in managing these relationships."]]],["The content details the `AssignedInventorySource`, which links a targetable inventory source to an inventory source group. It includes a JSON representation with fields: `name` (resource name), `assignedInventorySourceId` (unique ID), and `inventorySourceId` (targeted inventory source ID). Four methods are available: `bulkEdit` (multiple assignments), `create` (new assignment), `delete` (remove assignment), and `list` (view assigned sources). The core actions involve managing assignments between inventory sources and groups.\n"]]