GuaranteedInventory
Get details of guaranteed campaign and information about inventory status of product
Table Specific Information
Select
The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The AccountId,InventoryJobId is required to make a request and the rest of the filter is executed client-side within the 本製品.
- AccountId supports the '=,IN'.
- InventoryJobId supports the '='.
SELECT * FROM GuaranteedInventory WHERE AccountId = '1002504155' SELECT * FROM GuaranteedInventory WHERE InventoryJobId = '1002504155'
INSERT
Insert can be executed by specifying the AccountId and InventoryJobName columns. The columns that are not read-only can be inserted optionally. Following is an example of how to insert into this table.
INSERT INTO GuaranteedInventory (AccountId,InventoryJobName) VALUES (1002504155,'test')
Columns
| Name | Type | ReadOnly | References | Description |
| InventoryJobId [KEY] | Int64 | True |
Inventory check job ID. | |
| AccountId | Int64 | True |
DisplayAdsAccounts.AccountId |
Account ID |
| CreatedBusinessId | String | False |
Yahoo! JAPAN Business ID of inventory check job creator | |
| Inventories | String | False |
GuaranteedInventory object holds information about the delivery simulation of the guaranteed campaign | |
| InventoryJobEndDate | String | False |
End date of inventory check job | |
| InventoryJobName | String | False |
Inventory check job name | |
| InventoryJobStartDate | String | False |
Start date of inventory check job | |
| InventoryJobStatus | String | False |
GuaranteedInventoryServiceInventoryJobStatus describes the execution status of inventory check job 使用できる値は次のとおりです。PROCESSING, SUCCEEDED, FAILED, UNKNOWN | |
| IsExpiredPackage | Boolean | False |
A flag which indicates if the expired package is specified | |
| NotificationBusinessIds | String | False |
Yahoo! JAPAN Business ID to send notification |