Skip to main content

inventory_items

Overview

Nameinventory_items
TypeResource
Idgoogleads.dfareporting.inventory_items

Fields

NameDatatypeDescription
idstringID of this inventory item.
namestringName of this inventory item. For standalone inventory items, this is the same name as that of its only ad slot. For group inventory items, this can differ from the name of any of its ad slots.
estimatedClickThroughRatestringEstimated click-through rate of this inventory item.
projectIdstringProject ID of this inventory item.
pricingobjectPricing Information
rfpIdstringRFP ID of this inventory item.
lastModifiedInfoobjectModification timestamp.
advertiserIdstringAdvertiser ID of this inventory item.
subaccountIdstringSubaccount ID of this inventory item.
contentCategoryIdstringContent category ID of this inventory item.
negotiationChannelIdstringNegotiation channel ID of this inventory item.
adSlotsarrayAd slots of this inventory item. If this inventory item represents a standalone placement, there will be exactly one ad slot. If this inventory item represents a placement group, there will be more than one ad slot, each representing one child placement in that placement group.
accountIdstringAccount ID of this inventory item.
estimatedConversionRatestringEstimated conversion rate of this inventory item.
siteIdstringID of the site this inventory item is associated with.
inPlanbooleanWhether this inventory item is in plan.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#inventoryItem".
typestringType of inventory item.
orderIdstringOrder ID of this inventory item.
placementStrategyIdstringPlacement strategy ID of this inventory item.

Methods

NameAccessible byRequired ParamsDescription
inventoryItems_getSELECTid, profileId, projectIdGets one inventory item by ID.
inventoryItems_listSELECTprofileId, projectIdRetrieves a list of inventory items, possibly filtered. This method supports paging.